Html Css Color HEX #056CEA Navy Blue

📋 copy color: '#056CEA'

red 5 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #056CEA

Tints of Navy Blue #056CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 1.44%
G = 31.12%
B = 67.44%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#056CEA (or 0x056CEA) is known color: Navy Blue. HEX triplet: 05, 6C and EA. RGB value is (5,108,234). Sum of RGB (Red+Green+Blue) = 5+108+234=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #056CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CEA is #FA9315. Grayscale: #5A5A5A. Windows color (decimal): -16421654 or 15363077. OLE color: 15363077.

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

Color convert

RGB 5 108 234 -
CMYK 0.98 0.54 0 0.08
HSL 213.01º 0.96% 0.47% -
HSV(B) 213.01º 0.98% 0.92% -
XYZ 20.28 16.7 80 -
YUV 91.57 208.38 66.25 -
System Red Green Blue C M Y K H S L
Decimal 5 108 234 0.98 0.54 0 0.08 213.01 0.96 0.47
Hex 5 6C EA 62 36 0 8 D5 60 2F
Octal 5 154 352 142 66 0 10 325 140 57
Binary 101 1101100 11101010 1100010 110110 0 1000 11010101 1100000 101111

Color Harmonies of #056CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CEA

Black with #056CEA

Text Example


Text Example

White with #056CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,234); }

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

background-color css

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

 a { background-color: rgb(5,108,234); }

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

border-color css

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

 span { border-color: rgb(5,108,234); }

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