Html Css Color HEX #055DF1 Navy Blue

📋 copy color: '#055DF1'

red 5 ◦ green 93 ◦ blue 241

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

Shades of Navy Blue #055DF1

Tints of Navy Blue #055DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 1.47%
G = 27.43%
B = 71.09%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#055DF1 (or 0x055DF1) is known color: Navy Blue. HEX triplet: 05, 5D and F1. RGB value is (5,93,241). Sum of RGB (Red+Green+Blue) = 5+93+241=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #055DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055DF1 is #FAA20E. Grayscale: #525252. Windows color (decimal): -16425487 or 15817989. OLE color: 15817989.

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

Color convert

RGB 5 93 241 -
CMYK 0.98 0.61 0 0.05
HSL 217.63º 0.96% 0.48% -
HSV(B) 217.63º 0.98% 0.95% -
XYZ 19.85 14.21 84.92 -
YUV 83.56 216.85 71.97 -
System Red Green Blue C M Y K H S L
Decimal 5 93 241 0.98 0.61 0 0.05 217.63 0.96 0.48
Hex 5 5D F1 62 3D 0 5 DA 60 30
Octal 5 135 361 142 75 0 5 332 140 60
Binary 101 1011101 11110001 1100010 111101 0 101 11011010 1100000 110000

Color Harmonies of #055DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DF1

Black with #055DF1

Text Example


Text Example

White with #055DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,241); }

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

background-color css

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

 a { background-color: rgb(5,93,241); }

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

border-color css

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

 span { border-color: rgb(5,93,241); }

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