Html Css Color HEX #055FE0 Navy Blue

📋 copy color: '#055FE0'

red 5 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #055FE0

Tints of Navy Blue #055FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 1.54%
G = 29.32%
B = 69.14%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#055FE0 (or 0x055FE0) is known color: Navy Blue. HEX triplet: 05, 5F and E0. RGB value is (5,95,224). Sum of RGB (Red+Green+Blue) = 5+95+224=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #055FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FE0 is #FAA01F. Grayscale: #525252. Windows color (decimal): -16424992 or 14704389. OLE color: 14704389.

HSL color Cylindrical-coordinate representation of color #055FE0: hue angle of 215.34º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055FE0 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 95 224 -
CMYK 0.98 0.58 0 0.12
HSL 215.34º 0.96% 0.45% -
HSV(B) 215.34º 0.98% 0.88% -
XYZ 17.61 13.6 72.22 -
YUV 82.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 5 95 224 0.98 0.58 0 0.12 215.34 0.96 0.45
Hex 5 5F E0 62 3A 0 C D7 60 2D
Octal 5 137 340 142 72 0 14 327 140 55
Binary 101 1011111 11100000 1100010 111010 0 1100 11010111 1100000 101101

Color Harmonies of #055FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FE0

Black with #055FE0

Text Example


Text Example

White with #055FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055FE0; }

 p { color: rgb(5,95,224); }

 H1.HeaderClassName
 {
   color: #055FE0;
 }
 .AnyTagClassName
 {
   color: #055FE0;
 }
</style>

background-color css

<style>
 a { background-color: #055FE0; }

 a { background-color: rgb(5,95,224); }

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

border-color css

<style>
 span { border-color: #055FE0; }

 span { border-color: rgb(5,95,224); }

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