Html Css Color HEX #056EEB Navy Blue

📋 copy color: '#056EEB'

red 5 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #056EEB

Tints of Navy Blue #056EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 1.43%
G = 31.43%
B = 67.14%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#056EEB (or 0x056EEB) is known color: Navy Blue. HEX triplet: 05, 6E and EB. RGB value is (5,110,235). Sum of RGB (Red+Green+Blue) = 5+110+235=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #056EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EEB is #FA9114. Grayscale: #5C5C5C. Windows color (decimal): -16421141 or 15429125. OLE color: 15429125.

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

Color convert

RGB 5 110 235 -
CMYK 0.98 0.53 0 0.08
HSL 212.61º 0.96% 0.47% -
HSV(B) 212.61º 0.98% 0.92% -
XYZ 20.63 17.18 80.83 -
YUV 92.86 208.21 65.34 -
System Red Green Blue C M Y K H S L
Decimal 5 110 235 0.98 0.53 0 0.08 212.61 0.96 0.47
Hex 5 6E EB 62 35 0 8 D5 60 2F
Octal 5 156 353 142 65 0 10 325 140 57
Binary 101 1101110 11101011 1100010 110101 0 1000 11010101 1100000 101111

Color Harmonies of #056EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EEB

Black with #056EEB

Text Example


Text Example

White with #056EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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