Html Css Color HEX #036EC7 Navy Blue

📋 copy color: '#036EC7'

red 3 ◦ green 110 ◦ blue 199

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

Shades of Navy Blue #036EC7

Tints of Navy Blue #036EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.78%

R = 0.96%
G = 35.26%
B = 63.78%

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

#036EC7 (or 0x036EC7) is known color: Navy Blue. HEX triplet: 03, 6E and C7. RGB value is (3,110,199). Sum of RGB (Red+Green+Blue) = 3+110+199=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #036EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EC7 is #FC9138. Grayscale: #575757. Windows color (decimal): -16552249 or 13069827. OLE color: 13069827.

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

Color convert

RGB 3 110 199 -
CMYK 0.98 0.45 0 0.22
HSL 207.24º 0.97% 0.4% -
HSV(B) 207.24º 0.98% 0.78% -
XYZ 15.92 15.29 56.15 -
YUV 88.15 190.55 67.26 -
System Red Green Blue C M Y K H S L
Decimal 3 110 199 0.98 0.45 0 0.22 207.24 0.97 0.4
Hex 3 6E C7 62 2D 0 16 CF 61 28
Octal 3 156 307 142 55 0 26 317 141 50
Binary 11 1101110 11000111 1100010 101101 0 10110 11001111 1100001 101000

Color Harmonies of #036EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EC7

Black with #036EC7

Text Example


Text Example

White with #036EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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