Html Css Color HEX #056EEC Navy Blue

📋 copy color: '#056EEC'

red 5 ◦ green 110 ◦ blue 236

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

Shades of Navy Blue #056EEC

Tints of Navy Blue #056EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 1.42%
G = 31.34%
B = 67.24%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#056EEC (or 0x056EEC) is known color: Navy Blue. HEX triplet: 05, 6E and EC. RGB value is (5,110,236). Sum of RGB (Red+Green+Blue) = 5+110+236=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #056EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EEC is #FA9113. Grayscale: #5C5C5C. Windows color (decimal): -16421140 or 15494661. OLE color: 15494661.

HSL color Cylindrical-coordinate representation of color #056EEC: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EEC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 110 236 -
CMYK 0.98 0.53 0 0.07
HSL 212.73º 0.96% 0.47% -
HSV(B) 212.73º 0.98% 0.93% -
XYZ 20.78 17.24 81.59 -
YUV 92.97 208.71 65.25 -
System Red Green Blue C M Y K H S L
Decimal 5 110 236 0.98 0.53 0 0.07 212.73 0.96 0.47
Hex 5 6E EC 62 35 0 7 D5 60 2F
Octal 5 156 354 142 65 0 7 325 140 57
Binary 101 1101110 11101100 1100010 110101 0 111 11010101 1100000 101111

Color Harmonies of #056EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EEC

Black with #056EEC

Text Example


Text Example

White with #056EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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