Html Css Color HEX #036EE8 Navy Blue

📋 copy color: '#036EE8'

red 3 ◦ green 110 ◦ blue 232

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

Shades of Navy Blue #036EE8

Tints of Navy Blue #036EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 232 (91.02% from 255) = 67.25%

R = 0.87%
G = 31.88%
B = 67.25%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#036EE8 (or 0x036EE8) is known color: Navy Blue. HEX triplet: 03, 6E and E8. RGB value is (3,110,232). Sum of RGB (Red+Green+Blue) = 3+110+232=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #036EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EE8 is #FC9117. Grayscale: #5B5B5B. Windows color (decimal): -16552216 or 15232515. OLE color: 15232515.

HSL color Cylindrical-coordinate representation of color #036EE8: hue angle of 211.97º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EE8 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 110 232 -
CMYK 0.99 0.53 0 0.09
HSL 211.97º 0.97% 0.46% -
HSV(B) 211.97º 0.99% 0.91% -
XYZ 20.18 17 78.56 -
YUV 91.92 207.05 64.58 -
System Red Green Blue C M Y K H S L
Decimal 3 110 232 0.99 0.53 0 0.09 211.97 0.97 0.46
Hex 3 6E E8 63 35 0 9 D4 61 2E
Octal 3 156 350 143 65 0 11 324 141 56
Binary 11 1101110 11101000 1100011 110101 0 1001 11010100 1100001 101110

Color Harmonies of #036EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EE8

Black with #036EE8

Text Example


Text Example

White with #036EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,110,232); }

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

background-color css

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

 a { background-color: rgb(3,110,232); }

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

border-color css

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

 span { border-color: rgb(3,110,232); }

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