Html Css Color HEX #036FCE Navy Blue

📋 copy color: '#036FCE'

red 3 ◦ green 111 ◦ blue 206

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

Shades of Navy Blue #036FCE

Tints of Navy Blue #036FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 0.94%
G = 34.69%
B = 64.38%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#036FCE (or 0x036FCE) is known color: Navy Blue. HEX triplet: 03, 6F and CE. RGB value is (3,111,206). Sum of RGB (Red+Green+Blue) = 3+111+206=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #036FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FCE is #FC9031. Grayscale: #595959. Windows color (decimal): -16551986 or 13528835. OLE color: 13528835.

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

Color convert

RGB 3 111 206 -
CMYK 0.99 0.46 0 0.19
HSL 208.08º 0.97% 0.41% -
HSV(B) 208.08º 0.99% 0.81% -
XYZ 16.86 15.84 60.56 -
YUV 89.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 3 111 206 0.99 0.46 0 0.19 208.08 0.97 0.41
Hex 3 6F CE 63 2E 0 13 D0 61 29
Octal 3 157 316 143 56 0 23 320 141 51
Binary 11 1101111 11001110 1100011 101110 0 10011 11010000 1100001 101001

Color Harmonies of #036FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FCE

Black with #036FCE

Text Example


Text Example

White with #036FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,111,206); }

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

background-color css

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

 a { background-color: rgb(3,111,206); }

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

border-color css

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

 span { border-color: rgb(3,111,206); }

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