Html Css Color HEX #055CE5 Navy Blue

📋 copy color: '#055CE5'

red 5 ◦ green 92 ◦ blue 229

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

Shades of Navy Blue #055CE5

Tints of Navy Blue #055CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 229 (89.84% from 255) = 70.25%

R = 1.53%
G = 28.22%
B = 70.25%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#055CE5 (or 0x055CE5) is known color: Navy Blue. HEX triplet: 05, 5C and E5. RGB value is (5,92,229). Sum of RGB (Red+Green+Blue) = 5+92+229=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #055CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CE5 is #FAA31A. Grayscale: #505050. Windows color (decimal): -16425755 or 15031301. OLE color: 15031301.

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

Color convert

RGB 5 92 229 -
CMYK 0.98 0.60 0 0.10
HSL 216.7º 0.96% 0.46% -
HSV(B) 216.7º 0.98% 0.9% -
XYZ 18.03 13.34 75.75 -
YUV 81.61 211.18 73.36 -
System Red Green Blue C M Y K H S L
Decimal 5 92 229 0.98 0.60 0 0.10 216.7 0.96 0.46
Hex 5 5C E5 62 3C 0 A D9 60 2E
Octal 5 134 345 142 74 0 12 331 140 56
Binary 101 1011100 11100101 1100010 111100 0 1010 11011001 1100000 101110

Color Harmonies of #055CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CE5

Black with #055CE5

Text Example


Text Example

White with #055CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,92,229); }

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

background-color css

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

 a { background-color: rgb(5,92,229); }

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

border-color css

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

 span { border-color: rgb(5,92,229); }

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