Html Css Color HEX #056BC8 Navy Blue

📋 copy color: '#056BC8'

red 5 ◦ green 107 ◦ blue 200

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

Shades of Navy Blue #056BC8

Tints of Navy Blue #056BC8

RGB

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

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

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

R = 1.6%
G = 34.29%
B = 64.1%

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

#056BC8 (or 0x056BC8) is known color: Navy Blue. HEX triplet: 05, 6B and C8. RGB value is (5,107,200). Sum of RGB (Red+Green+Blue) = 5+107+200=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #056BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BC8 is #FA9437. Grayscale: #565656. Windows color (decimal): -16421944 or 13134597. OLE color: 13134597.

HSL color Cylindrical-coordinate representation of color #056BC8: hue angle of 208.62º 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 #056BC8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 107 200 -
CMYK 0.98 0.46 0 0.22
HSL 208.62º 0.95% 0.4% -
HSV(B) 208.62º 0.98% 0.78% -
XYZ 15.75 14.72 56.65 -
YUV 87.1 191.71 69.44 -
System Red Green Blue C M Y K H S L
Decimal 5 107 200 0.98 0.46 0 0.22 208.62 0.95 0.4
Hex 5 6B C8 62 2E 0 16 D1 5F 28
Octal 5 153 310 142 56 0 26 321 137 50
Binary 101 1101011 11001000 1100010 101110 0 10110 11010001 1011111 101000

Color Harmonies of #056BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BC8

Black with #056BC8

Text Example


Text Example

White with #056BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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