Html Css Color HEX #055BE0 Navy Blue

📋 copy color: '#055BE0'

red 5 ◦ green 91 ◦ blue 224

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

Shades of Navy Blue #055BE0

Tints of Navy Blue #055BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 1.56%
G = 28.44%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#055BE0 (or 0x055BE0) is known color: Navy Blue. HEX triplet: 05, 5B and E0. RGB value is (5,91,224). Sum of RGB (Red+Green+Blue) = 5+91+224=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #055BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BE0 is #FAA41F. Grayscale: #4F4F4F. Windows color (decimal): -16426016 or 14703365. OLE color: 14703365.

HSL color Cylindrical-coordinate representation of color #055BE0: hue angle of 216.44º 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 #055BE0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 91 224 -
CMYK 0.98 0.59 0 0.12
HSL 216.44º 0.96% 0.45% -
HSV(B) 216.44º 0.98% 0.88% -
XYZ 17.26 12.9 72.1 -
YUV 80.45 209.01 74.19 -
System Red Green Blue C M Y K H S L
Decimal 5 91 224 0.98 0.59 0 0.12 216.44 0.96 0.45
Hex 5 5B E0 62 3B 0 C D8 60 2D
Octal 5 133 340 142 73 0 14 330 140 55
Binary 101 1011011 11100000 1100010 111011 0 1100 11011000 1100000 101101

Color Harmonies of #055BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BE0

Black with #055BE0

Text Example


Text Example

White with #055BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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