Html Css Color HEX #056ABB Navy Blue

📋 copy color: '#056ABB'

red 5 ◦ green 106 ◦ blue 187

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

Shades of Navy Blue #056ABB

Tints of Navy Blue #056ABB

RGB

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

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

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

R = 1.68%
G = 35.57%
B = 62.75%

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

#056ABB (or 0x056ABB) is known color: Navy Blue. HEX triplet: 05, 6A and BB. RGB value is (5,106,187). Sum of RGB (Red+Green+Blue) = 5+106+187=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #056ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ABB is #FA9544. Grayscale: #545454. Windows color (decimal): -16422213 or 12282373. OLE color: 12282373.

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

Color convert

RGB 5 106 187 -
CMYK 0.97 0.43 0 0.27
HSL 206.7º 0.95% 0.38% -
HSV(B) 206.7º 0.97% 0.73% -
XYZ 14.19 13.93 48.95 -
YUV 85.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 5 106 187 0.97 0.43 0 0.27 206.7 0.95 0.38
Hex 5 6A BB 61 2B 0 1B CF 5F 26
Octal 5 152 273 141 53 0 33 317 137 46
Binary 101 1101010 10111011 1100001 101011 0 11011 11001111 1011111 100110

Color Harmonies of #056ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056ABB

Black with #056ABB

Text Example


Text Example

White with #056ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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