#036BF8

Color #036BF8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #036BF8

Tints of Navy Blue #036BF8

Color information

#036BF8 (or 0x036BF8) is unknown color: approx Navy Blue. HEX triplet: 03, 6B and F8. RGB value is (3,107,248). Sum of RGB (Red+Green+Blue) = 3+107+248=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #036BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BF8 is #FC9407. Grayscale: #5B5B5B. Windows color (decimal): -16552968 or 16280323. OLE color: 16280323.

HSL color Cylindrical-coordinate representation of color #036BF8: hue angle of 214.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BF8 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3107248-
CMYK0.990.5700.03
HSL214.53º97.61%49.22%-
HSV(B)214.53º98.79%97.25%-
XYZ22.2417.3190.98-
YUV91.98216.0464.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 248 (97.27% from 255) = 69.27%
R=0.84%
G=29.89%
B=69.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal31072480.990.5700.03214.5397.6149.22
Hex36BF8633903d76231
Octal3153370143710332714261
Binary111101011111110001100011111001011110101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036BF8; }

 p { color: rgb(3,107,248); }

 H1.HeaderClassName
 {
   color: #036BF8;
 }
 .AnyTagClassName
 {
   color: #036BF8;
 }
</style>
background-color css

<style>
 a { background-color: #036BF8; }

 a { background-color: rgb(3,107,248); }

 div.DivClassName
 {
   background-color: #036BF8;
 }
 .BgClassName
 {
   background-color: #036BF8;
 }
</style>
border-color css

<style>
 span { border-color: #036BF8; }

 span { border-color: rgb(3,107,248); }

 td.TdClassName
 {
   border-color: #036BF8;
 }
 .TagClassName
 {
   border-color: #036BF8;
 }
</style>