Html Css Color HEX #036EC8 Navy Blue

📋 copy color: '#036EC8'

red 3 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #036EC8

Tints of Navy Blue #036EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.9%

R = 0.96%
G = 35.14%
B = 63.9%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#036EC8 (or 0x036EC8) is known color: Navy Blue. HEX triplet: 03, 6E and C8. RGB value is (3,110,200). Sum of RGB (Red+Green+Blue) = 3+110+200=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #036EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EC8 is #FC9137. Grayscale: #575757. Windows color (decimal): -16552248 or 13135363. OLE color: 13135363.

HSL color Cylindrical-coordinate representation of color #036EC8: hue angle of 207.41º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EC8 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 110 200 -
CMYK 0.98 0.45 0 0.22
HSL 207.41º 0.97% 0.4% -
HSV(B) 207.41º 0.99% 0.78% -
XYZ 16.04 15.34 56.76 -
YUV 88.27 191.05 67.18 -
System Red Green Blue C M Y K H S L
Decimal 3 110 200 0.98 0.45 0 0.22 207.41 0.97 0.4
Hex 3 6E C8 62 2D 0 16 CF 61 28
Octal 3 156 310 142 55 0 26 317 141 50
Binary 11 1101110 11001000 1100010 101101 0 10110 11001111 1100001 101000

Color Harmonies of #036EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EC8

Black with #036EC8

Text Example


Text Example

White with #036EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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