Html Css Color HEX #055EC3 Navy Blue

📋 copy color: '#055EC3'

red 5 ◦ green 94 ◦ blue 195

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

Shades of Navy Blue #055EC3

Tints of Navy Blue #055EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 195 (76.56% from 255) = 66.33%

R = 1.7%
G = 31.97%
B = 66.33%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#055EC3 (or 0x055EC3) is known color: Navy Blue. HEX triplet: 05, 5E and C3. RGB value is (5,94,195). Sum of RGB (Red+Green+Blue) = 5+94+195=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #055EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EC3 is #FAA13C. Grayscale: #4E4E4E. Windows color (decimal): -16425277 or 12803589. OLE color: 12803589.

HSL color Cylindrical-coordinate representation of color #055EC3: hue angle of 211.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055EC3 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 94 195 -
CMYK 0.97 0.52 0 0.24
HSL 211.89º 0.95% 0.39% -
HSV(B) 211.89º 0.97% 0.76% -
XYZ 13.92 11.98 53.21 -
YUV 78.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 5 94 195 0.97 0.52 0 0.24 211.89 0.95 0.39
Hex 5 5E C3 61 34 0 18 D4 5F 27
Octal 5 136 303 141 64 0 30 324 137 47
Binary 101 1011110 11000011 1100001 110100 0 11000 11010100 1011111 100111

Color Harmonies of #055EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055EC3

Black with #055EC3

Text Example


Text Example

White with #055EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,94,195); }

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

background-color css

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

 a { background-color: rgb(5,94,195); }

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

border-color css

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

 span { border-color: rgb(5,94,195); }

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