Html Css Color HEX #056DBB Navy Blue

📋 copy color: '#056DBB'

red 5 ◦ green 109 ◦ blue 187

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

Shades of Navy Blue #056DBB

Tints of Navy Blue #056DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

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

R = 1.66%
G = 36.21%
B = 62.13%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#056DBB (or 0x056DBB) is known color: Navy Blue. HEX triplet: 05, 6D and BB. RGB value is (5,109,187). Sum of RGB (Red+Green+Blue) = 5+109+187=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #056DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DBB is #FA9244. Grayscale: #565656. Windows color (decimal): -16421445 or 12283141. OLE color: 12283141.

HSL color Cylindrical-coordinate representation of color #056DBB: hue angle of 205.71º 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 #056DBB is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 109 187 -
CMYK 0.97 0.42 0 0.27
HSL 205.71º 0.95% 0.38% -
HSV(B) 205.71º 0.97% 0.73% -
XYZ 14.5 14.56 49.06 -
YUV 86.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 5 109 187 0.97 0.42 0 0.27 205.71 0.95 0.38
Hex 5 6D BB 61 2A 0 1B CE 5F 26
Octal 5 155 273 141 52 0 33 316 137 46
Binary 101 1101101 10111011 1100001 101010 0 11011 11001110 1011111 100110

Color Harmonies of #056DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DBB

Black with #056DBB

Text Example


Text Example

White with #056DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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