Html Css Color HEX #055CEC Navy Blue

📋 copy color: '#055CEC'

red 5 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #055CEC

Tints of Navy Blue #055CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 1.5%
G = 27.63%
B = 70.87%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#055CEC (or 0x055CEC) is known color: Navy Blue. HEX triplet: 05, 5C and EC. RGB value is (5,92,236). Sum of RGB (Red+Green+Blue) = 5+92+236=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #055CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055CEC is #FAA313. Grayscale: #515151. Windows color (decimal): -16425748 or 15490053. OLE color: 15490053.

HSL color Cylindrical-coordinate representation of color #055CEC: hue angle of 217.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CEC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 92 236 -
CMYK 0.98 0.61 0 0.07
HSL 217.4º 0.96% 0.47% -
HSV(B) 217.4º 0.98% 0.93% -
XYZ 19.03 13.74 81.01 -
YUV 82.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 5 92 236 0.98 0.61 0 0.07 217.4 0.96 0.47
Hex 5 5C EC 62 3D 0 7 D9 60 2F
Octal 5 134 354 142 75 0 7 331 140 57
Binary 101 1011100 11101100 1100010 111101 0 111 11011001 1100000 101111

Color Harmonies of #055CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CEC

Black with #055CEC

Text Example


Text Example

White with #055CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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