Html Css Color HEX #056BDB Navy Blue

📋 copy color: '#056BDB'

red 5 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #056BDB

Tints of Navy Blue #056BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 1.51%
G = 32.33%
B = 66.16%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#056BDB (or 0x056BDB) is known color: Navy Blue. HEX triplet: 05, 6B and DB. RGB value is (5,107,219). Sum of RGB (Red+Green+Blue) = 5+107+219=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #056BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BDB is #FA9424. Grayscale: #585858. Windows color (decimal): -16421925 or 14379781. OLE color: 14379781.

HSL color Cylindrical-coordinate representation of color #056BDB: hue angle of 211.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BDB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 107 219 -
CMYK 0.98 0.51 0 0.14
HSL 211.4º 0.96% 0.44% -
HSV(B) 211.4º 0.98% 0.86% -
XYZ 18.11 15.66 69.09 -
YUV 89.27 201.21 67.89 -
System Red Green Blue C M Y K H S L
Decimal 5 107 219 0.98 0.51 0 0.14 211.4 0.96 0.44
Hex 5 6B DB 62 33 0 E D3 60 2C
Octal 5 153 333 142 63 0 16 323 140 54
Binary 101 1101011 11011011 1100010 110011 0 1110 11010011 1100000 101100

Color Harmonies of #056BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BDB

Black with #056BDB

Text Example


Text Example

White with #056BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,219); }

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

background-color css

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

 a { background-color: rgb(5,107,219); }

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

border-color css

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

 span { border-color: rgb(5,107,219); }

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