Html Css Color HEX #036EBC Navy Blue

📋 copy color: '#036EBC'

red 3 ◦ green 110 ◦ blue 188

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

Shades of Navy Blue #036EBC

Tints of Navy Blue #036EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

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

R = 1%
G = 36.54%
B = 62.46%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#036EBC (or 0x036EBC) is known color: Navy Blue. HEX triplet: 03, 6E and BC. RGB value is (3,110,188). Sum of RGB (Red+Green+Blue) = 3+110+188=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #036EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EBC is #FC9143. Grayscale: #565656. Windows color (decimal): -16552260 or 12348931. OLE color: 12348931.

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

Color convert

RGB 3 110 188 -
CMYK 0.98 0.41 0 0.26
HSL 205.3º 0.97% 0.37% -
HSV(B) 205.3º 0.98% 0.74% -
XYZ 14.69 14.8 49.66 -
YUV 86.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 3 110 188 0.98 0.41 0 0.26 205.3 0.97 0.37
Hex 3 6E BC 62 29 0 1A CD 61 25
Octal 3 156 274 142 51 0 32 315 141 45
Binary 11 1101110 10111100 1100010 101001 0 11010 11001101 1100001 100101

Color Harmonies of #036EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EBC

Black with #036EBC

Text Example


Text Example

White with #036EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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