Html Css Color HEX #056DC8 Navy Blue

📋 copy color: '#056DC8'

red 5 ◦ green 109 ◦ blue 200

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

Shades of Navy Blue #056DC8

Tints of Navy Blue #056DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.69%

R = 1.59%
G = 34.71%
B = 63.69%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#056DC8 (or 0x056DC8) is known color: Navy Blue. HEX triplet: 05, 6D and C8. RGB value is (5,109,200). Sum of RGB (Red+Green+Blue) = 5+109+200=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #056DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DC8 is #FA9237. Grayscale: #575757. Windows color (decimal): -16421432 or 13135109. OLE color: 13135109.

HSL color Cylindrical-coordinate representation of color #056DC8: hue angle of 208º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DC8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 109 200 -
CMYK 0.98 0.46 0 0.22
HSL 208º 0.95% 0.4% -
HSV(B) 208º 0.98% 0.78% -
XYZ 15.96 15.14 56.72 -
YUV 88.28 191.04 68.6 -
System Red Green Blue C M Y K H S L
Decimal 5 109 200 0.98 0.46 0 0.22 208 0.95 0.4
Hex 5 6D C8 62 2E 0 16 D0 5F 28
Octal 5 155 310 142 56 0 26 320 137 50
Binary 101 1101101 11001000 1100010 101110 0 10110 11010000 1011111 101000

Color Harmonies of #056DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DC8

Black with #056DC8

Text Example


Text Example

White with #056DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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