Html Css Color HEX #036AF8 Navy Blue

📋 copy color: '#036AF8'

red 3 ◦ green 106 ◦ blue 248

#036AF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #036AF8

Tints of Navy Blue #036AF8

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 248 (97.27% from 255) = 69.47%

R = 0.84%
G = 29.69%
B = 69.47%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#036AF8 (or 0x036AF8) is known color: Navy Blue. HEX triplet: 03, 6A and F8. RGB value is (3,106,248). Sum of RGB (Red+Green+Blue) = 3+106+248=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #036AF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036AF8 is #FC9507. Grayscale: #5A5A5A. Windows color (decimal): -16553224 or 16280067. OLE color: 16280067.

HSL color Cylindrical-coordinate representation of color #036AF8: hue angle of 214.78º 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 #036AF8 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 106 248 -
CMYK 0.99 0.57 0 0.03
HSL 214.78º 0.98% 0.49% -
HSV(B) 214.78º 0.99% 0.97% -
XYZ 22.13 17.1 90.94 -
YUV 91.39 216.38 64.95 -
System Red Green Blue C M Y K H S L
Decimal 3 106 248 0.99 0.57 0 0.03 214.78 0.98 0.49
Hex 3 6A F8 63 39 0 3 D7 62 31
Octal 3 152 370 143 71 0 3 327 142 61
Binary 11 1101010 11111000 1100011 111001 0 11 11010111 1100010 110001

Color Harmonies of #036AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AF8

Black with #036AF8

Text Example


Text Example

White with #036AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #036AF8;
 }
 .AnyTagClassName
 {
   color: #036AF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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