Html Css Color HEX #055FED Navy Blue

📋 copy color: '#055FED'

red 5 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #055FED

Tints of Navy Blue #055FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 237 (92.97% from 255) = 70.33%

R = 1.48%
G = 28.19%
B = 70.33%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#055FED (or 0x055FED) is known color: Navy Blue. HEX triplet: 05, 5F and ED. RGB value is (5,95,237). Sum of RGB (Red+Green+Blue) = 5+95+237=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #055FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055FED is #FAA012. Grayscale: #535353. Windows color (decimal): -16424979 or 15556357. OLE color: 15556357.

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

Color convert

RGB 5 95 237 -
CMYK 0.98 0.60 0 0.07
HSL 216.72º 0.96% 0.47% -
HSV(B) 216.72º 0.98% 0.93% -
XYZ 19.44 14.33 81.86 -
YUV 84.28 214.18 71.45 -
System Red Green Blue C M Y K H S L
Decimal 5 95 237 0.98 0.60 0 0.07 216.72 0.96 0.47
Hex 5 5F ED 62 3C 0 7 D9 60 2F
Octal 5 137 355 142 74 0 7 331 140 57
Binary 101 1011111 11101101 1100010 111100 0 111 11011001 1100000 101111

Color Harmonies of #055FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FED

Black with #055FED

Text Example


Text Example

White with #055FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,95,237); }

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

background-color css

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

 a { background-color: rgb(5,95,237); }

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

border-color css

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

 span { border-color: rgb(5,95,237); }

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