Html Css Color HEX #056EC8 Navy Blue

📋 copy color: '#056EC8'

red 5 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #056EC8

Tints of Navy Blue #056EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

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

R = 1.59%
G = 34.92%
B = 63.49%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#056EC8 (or 0x056EC8) is known color: Navy Blue. HEX triplet: 05, 6E and C8. RGB value is (5,110,200). Sum of RGB (Red+Green+Blue) = 5+110+200=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #056EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056EC8 is #FA9137. Grayscale: #585858. Windows color (decimal): -16421176 or 13135365. OLE color: 13135365.

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

Color convert

RGB 5 110 200 -
CMYK 0.98 0.45 0 0.22
HSL 207.69º 0.95% 0.4% -
HSV(B) 207.69º 0.98% 0.78% -
XYZ 16.06 15.35 56.76 -
YUV 88.87 190.71 68.18 -
System Red Green Blue C M Y K H S L
Decimal 5 110 200 0.98 0.45 0 0.22 207.69 0.95 0.4
Hex 5 6E C8 62 2D 0 16 D0 5F 28
Octal 5 156 310 142 55 0 26 320 137 50
Binary 101 1101110 11001000 1100010 101101 0 10110 11010000 1011111 101000

Color Harmonies of #056EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EC8

Black with #056EC8

Text Example


Text Example

White with #056EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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