Html Css Color HEX #036DBF Navy Blue

📋 copy color: '#036DBF'

red 3 ◦ green 109 ◦ blue 191

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

Shades of Navy Blue #036DBF

Tints of Navy Blue #036DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 0.99%
G = 35.97%
B = 63.04%

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

#036DBF (or 0x036DBF) is known color: Navy Blue. HEX triplet: 03, 6D and BF. RGB value is (3,109,191). Sum of RGB (Red+Green+Blue) = 3+109+191=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #036DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBF is #FC9240. Grayscale: #565656. Windows color (decimal): -16552513 or 12545283. OLE color: 12545283.

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

Color convert

RGB 3 109 191 -
CMYK 0.98 0.43 0 0.25
HSL 206.17º 0.97% 0.38% -
HSV(B) 206.17º 0.98% 0.75% -
XYZ 14.91 14.72 51.35 -
YUV 86.65 186.88 68.33 -
System Red Green Blue C M Y K H S L
Decimal 3 109 191 0.98 0.43 0 0.25 206.17 0.97 0.38
Hex 3 6D BF 62 2B 0 19 CE 61 26
Octal 3 155 277 142 53 0 31 316 141 46
Binary 11 1101101 10111111 1100010 101011 0 11001 11001110 1100001 100110

Color Harmonies of #036DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DBF

Black with #036DBF

Text Example


Text Example

White with #036DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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