Html Css Color HEX #036CBE Navy Blue

📋 copy color: '#036CBE'

red 3 ◦ green 108 ◦ blue 190

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

Shades of Navy Blue #036CBE

Tints of Navy Blue #036CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 1%
G = 35.88%
B = 63.12%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#036CBE (or 0x036CBE) is known color: Navy Blue. HEX triplet: 03, 6C and BE. RGB value is (3,108,190). Sum of RGB (Red+Green+Blue) = 3+108+190=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #036CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBE is #FC9341. Grayscale: #555555. Windows color (decimal): -16552770 or 12479491. OLE color: 12479491.

HSL color Cylindrical-coordinate representation of color #036CBE: hue angle of 206.31º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CBE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 108 190 -
CMYK 0.98 0.43 0 0.25
HSL 206.31º 0.97% 0.38% -
HSV(B) 206.31º 0.98% 0.75% -
XYZ 14.69 14.46 50.73 -
YUV 85.95 186.71 68.83 -
System Red Green Blue C M Y K H S L
Decimal 3 108 190 0.98 0.43 0 0.25 206.31 0.97 0.38
Hex 3 6C BE 62 2B 0 19 CE 61 26
Octal 3 154 276 142 53 0 31 316 141 46
Binary 11 1101100 10111110 1100010 101011 0 11001 11001110 1100001 100110

Color Harmonies of #036CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CBE

Black with #036CBE

Text Example


Text Example

White with #036CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,190); }

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

background-color css

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

 a { background-color: rgb(3,108,190); }

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

border-color css

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

 span { border-color: rgb(3,108,190); }

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