Html Css Color HEX #056AB9 Navy Blue

📋 copy color: '#056AB9'

red 5 ◦ green 106 ◦ blue 185

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

Shades of Navy Blue #056AB9

Tints of Navy Blue #056AB9

RGB

 RED value IS 5 (2.34% from 255) = 1.69%

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

 BLUE value IS 185 (72.66% from 255) = 62.5%

R = 1.69%
G = 35.81%
B = 62.5%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#056AB9 (or 0x056AB9) is known color: Navy Blue. HEX triplet: 05, 6A and B9. RGB value is (5,106,185). Sum of RGB (Red+Green+Blue) = 5+106+185=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #056AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056AB9 is #FA9546. Grayscale: #545454. Windows color (decimal): -16422215 or 12151301. OLE color: 12151301.

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

Color convert

RGB 5 106 185 -
CMYK 0.97 0.43 0 0.27
HSL 206.33º 0.95% 0.37% -
HSV(B) 206.33º 0.97% 0.73% -
XYZ 13.97 13.84 47.83 -
YUV 84.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 5 106 185 0.97 0.43 0 0.27 206.33 0.95 0.37
Hex 5 6A B9 61 2B 0 1B CE 5F 25
Octal 5 152 271 141 53 0 33 316 137 45
Binary 101 1101010 10111001 1100001 101011 0 11011 11001110 1011111 100101

Color Harmonies of #056AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AB9

Black with #056AB9

Text Example


Text Example

White with #056AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056AB9; }

 p { color: rgb(5,106,185); }

 H1.HeaderClassName
 {
   color: #056AB9;
 }
 .AnyTagClassName
 {
   color: #056AB9;
 }
</style>

background-color css

<style>
 a { background-color: #056AB9; }

 a { background-color: rgb(5,106,185); }

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

border-color css

<style>
 span { border-color: #056AB9; }

 span { border-color: rgb(5,106,185); }

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