Html Css Color HEX #055BE2 Navy Blue

📋 copy color: '#055BE2'

red 5 ◦ green 91 ◦ blue 226

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

Shades of Navy Blue #055BE2

Tints of Navy Blue #055BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 70.19%

R = 1.55%
G = 28.26%
B = 70.19%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#055BE2 (or 0x055BE2) is known color: Navy Blue. HEX triplet: 05, 5B and E2. RGB value is (5,91,226). Sum of RGB (Red+Green+Blue) = 5+91+226=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 226 (88.67% from 255 or 70.19% from 322); Max value from RGB is 226 - color contains mainly: blue. Hex color #055BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BE2 is #FAA41D. Grayscale: #505050. Windows color (decimal): -16426014 or 14834437. OLE color: 14834437.

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

Color convert

RGB 5 91 226 -
CMYK 0.98 0.60 0 0.11
HSL 216.65º 0.96% 0.45% -
HSV(B) 216.65º 0.98% 0.89% -
XYZ 17.53 13.01 73.54 -
YUV 80.68 210.01 74.02 -
System Red Green Blue C M Y K H S L
Decimal 5 91 226 0.98 0.60 0 0.11 216.65 0.96 0.45
Hex 5 5B E2 62 3C 0 B D9 60 2D
Octal 5 133 342 142 74 0 13 331 140 55
Binary 101 1011011 11100010 1100010 111100 0 1011 11011001 1100000 101101

Color Harmonies of #055BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BE2

Black with #055BE2

Text Example


Text Example

White with #055BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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