Html Css Color HEX #036ABC Navy Blue

📋 copy color: '#036ABC'

red 3 ◦ green 106 ◦ blue 188

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

Shades of Navy Blue #036ABC

Tints of Navy Blue #036ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 1.01%
G = 35.69%
B = 63.3%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#036ABC (or 0x036ABC) is known color: Navy Blue. HEX triplet: 03, 6A and BC. RGB value is (3,106,188). Sum of RGB (Red+Green+Blue) = 3+106+188=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #036ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ABC is #FC9543. Grayscale: #545454. Windows color (decimal): -16553284 or 12347907. OLE color: 12347907.

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

Color convert

RGB 3 106 188 -
CMYK 0.98 0.44 0 0.26
HSL 206.59º 0.97% 0.37% -
HSV(B) 206.59º 0.98% 0.74% -
XYZ 14.27 13.96 49.52 -
YUV 84.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 3 106 188 0.98 0.44 0 0.26 206.59 0.97 0.37
Hex 3 6A BC 62 2C 0 1A CF 61 25
Octal 3 152 274 142 54 0 32 317 141 45
Binary 11 1101010 10111100 1100010 101100 0 11010 11001111 1100001 100101

Color Harmonies of #036ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ABC

Black with #036ABC

Text Example


Text Example

White with #036ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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