Html Css Color HEX #056FEA Navy Blue

📋 copy color: '#056FEA'

red 5 ◦ green 111 ◦ blue 234

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

Shades of Navy Blue #056FEA

Tints of Navy Blue #056FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 1.43%
G = 31.71%
B = 66.86%

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

#056FEA (or 0x056FEA) is known color: Navy Blue. HEX triplet: 05, 6F and EA. RGB value is (5,111,234). Sum of RGB (Red+Green+Blue) = 5+111+234=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #056FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FEA is #FA9015. Grayscale: #5C5C5C. Windows color (decimal): -16420886 or 15363845. OLE color: 15363845.

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

Color convert

RGB 5 111 234 -
CMYK 0.98 0.53 0 0.08
HSL 212.23º 0.96% 0.47% -
HSV(B) 212.23º 0.98% 0.92% -
XYZ 20.6 17.34 80.1 -
YUV 93.33 207.38 65 -
System Red Green Blue C M Y K H S L
Decimal 5 111 234 0.98 0.53 0 0.08 212.23 0.96 0.47
Hex 5 6F EA 62 35 0 8 D4 60 2F
Octal 5 157 352 142 65 0 10 324 140 57
Binary 101 1101111 11101010 1100010 110101 0 1000 11010100 1100000 101111

Color Harmonies of #056FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FEA

Black with #056FEA

Text Example


Text Example

White with #056FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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