Html Css Color HEX #036DBE Navy Blue

📋 copy color: '#036DBE'

red 3 ◦ green 109 ◦ blue 190

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

Shades of Navy Blue #036DBE

Tints of Navy Blue #036DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

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

R = 0.99%
G = 36.09%
B = 62.91%

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

#036DBE (or 0x036DBE) is known color: Navy Blue. HEX triplet: 03, 6D and BE. RGB value is (3,109,190). Sum of RGB (Red+Green+Blue) = 3+109+190=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #036DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBE is #FC9241. Grayscale: #565656. Windows color (decimal): -16552514 or 12479747. OLE color: 12479747.

HSL color Cylindrical-coordinate representation of color #036DBE: hue angle of 205.99º 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 #036DBE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 109 190 -
CMYK 0.98 0.43 0 0.25
HSL 205.99º 0.97% 0.38% -
HSV(B) 205.99º 0.98% 0.75% -
XYZ 14.8 14.67 50.77 -
YUV 86.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 3 109 190 0.98 0.43 0 0.25 205.99 0.97 0.38
Hex 3 6D BE 62 2B 0 19 CE 61 26
Octal 3 155 276 142 53 0 31 316 141 46
Binary 11 1101101 10111110 1100010 101011 0 11001 11001110 1100001 100110

Color Harmonies of #036DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DBE

Black with #036DBE

Text Example


Text Example

White with #036DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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