Html Css Color HEX #055DF9 Navy Blue

📋 copy color: '#055DF9'

red 5 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #055DF9

Tints of Navy Blue #055DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.76%

R = 1.44%
G = 26.8%
B = 71.76%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#055DF9 (or 0x055DF9) is known color: Navy Blue. HEX triplet: 05, 5D and F9. RGB value is (5,93,249). Sum of RGB (Red+Green+Blue) = 5+93+249=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #055DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055DF9 is #FAA206. Grayscale: #535353. Windows color (decimal): -16425479 or 16342277. OLE color: 16342277.

HSL color Cylindrical-coordinate representation of color #055DF9: hue angle of 218.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DF9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 93 249 -
CMYK 0.98 0.63 0 0.02
HSL 218.36º 0.96% 0.5% -
HSV(B) 218.36º 0.98% 0.98% -
XYZ 21.08 14.7 91.35 -
YUV 84.47 220.85 71.32 -
System Red Green Blue C M Y K H S L
Decimal 5 93 249 0.98 0.63 0 0.02 218.36 0.96 0.5
Hex 5 5D F9 62 3F 0 2 DA 60 32
Octal 5 135 371 142 77 0 2 332 140 62
Binary 101 1011101 11111001 1100010 111111 0 10 11011010 1100000 110010

Color Harmonies of #055DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DF9

Black with #055DF9

Text Example


Text Example

White with #055DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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