Html Css Color HEX #036DBC Navy Blue

📋 copy color: '#036DBC'

red 3 ◦ green 109 ◦ blue 188

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

Shades of Navy Blue #036DBC

Tints of Navy Blue #036DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 1%
G = 36.33%
B = 62.67%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#036DBC (or 0x036DBC) is known color: Navy Blue. HEX triplet: 03, 6D and BC. RGB value is (3,109,188). Sum of RGB (Red+Green+Blue) = 3+109+188=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #036DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBC is #FC9243. Grayscale: #555555. Windows color (decimal): -16552516 or 12348675. OLE color: 12348675.

HSL color Cylindrical-coordinate representation of color #036DBC: hue angle of 205.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DBC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 109 188 -
CMYK 0.98 0.42 0 0.26
HSL 205.62º 0.97% 0.37% -
HSV(B) 205.62º 0.98% 0.74% -
XYZ 14.58 14.59 49.62 -
YUV 86.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 3 109 188 0.98 0.42 0 0.26 205.62 0.97 0.37
Hex 3 6D BC 62 2A 0 1A CE 61 25
Octal 3 155 274 142 52 0 32 316 141 45
Binary 11 1101101 10111100 1100010 101010 0 11010 11001110 1100001 100101

Color Harmonies of #036DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DBC

Black with #036DBC

Text Example


Text Example

White with #036DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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