Html Css Color HEX #036ABB Navy Blue

📋 copy color: '#036ABB'

red 3 ◦ green 106 ◦ blue 187

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

Shades of Navy Blue #036ABB

Tints of Navy Blue #036ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 1.01%
G = 35.81%
B = 63.18%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036ABB (or 0x036ABB) is known color: Navy Blue. HEX triplet: 03, 6A and BB. RGB value is (3,106,187). Sum of RGB (Red+Green+Blue) = 3+106+187=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #036ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ABB is #FC9544. Grayscale: #545454. Windows color (decimal): -16553285 or 12282371. OLE color: 12282371.

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

Color convert

RGB 3 106 187 -
CMYK 0.98 0.43 0 0.27
HSL 206.41º 0.97% 0.37% -
HSV(B) 206.41º 0.98% 0.73% -
XYZ 14.16 13.92 48.95 -
YUV 84.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 3 106 187 0.98 0.43 0 0.27 206.41 0.97 0.37
Hex 3 6A BB 62 2B 0 1B CE 61 25
Octal 3 152 273 142 53 0 33 316 141 45
Binary 11 1101010 10111011 1100010 101011 0 11011 11001110 1100001 100101

Color Harmonies of #036ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ABB

Black with #036ABB

Text Example


Text Example

White with #036ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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