Html Css Color HEX #056AEA Navy Blue

📋 copy color: '#056AEA'

red 5 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #056AEA

Tints of Navy Blue #056AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 1.45%
G = 30.72%
B = 67.83%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#056AEA (or 0x056AEA) is known color: Navy Blue. HEX triplet: 05, 6A and EA. RGB value is (5,106,234). Sum of RGB (Red+Green+Blue) = 5+106+234=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #056AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056AEA is #FA9515. Grayscale: #595959. Windows color (decimal): -16422166 or 15362565. OLE color: 15362565.

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

Color convert

RGB 5 106 234 -
CMYK 0.98 0.55 0 0.08
HSL 213.54º 0.96% 0.47% -
HSV(B) 213.54º 0.98% 0.92% -
XYZ 20.07 16.28 79.93 -
YUV 90.39 209.04 67.09 -
System Red Green Blue C M Y K H S L
Decimal 5 106 234 0.98 0.55 0 0.08 213.54 0.96 0.47
Hex 5 6A EA 62 37 0 8 D6 60 2F
Octal 5 152 352 142 67 0 10 326 140 57
Binary 101 1101010 11101010 1100010 110111 0 1000 11010110 1100000 101111

Color Harmonies of #056AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AEA

Black with #056AEA

Text Example


Text Example

White with #056AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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