Html Css Color HEX #055DF3 Navy Blue

📋 copy color: '#055DF3'

red 5 ◦ green 93 ◦ blue 243

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

Shades of Navy Blue #055DF3

Tints of Navy Blue #055DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.26%

R = 1.47%
G = 27.27%
B = 71.26%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#055DF3 (or 0x055DF3) is known color: Navy Blue. HEX triplet: 05, 5D and F3. RGB value is (5,93,243). Sum of RGB (Red+Green+Blue) = 5+93+243=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #055DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055DF3 is #FAA20C. Grayscale: #535353. Windows color (decimal): -16425485 or 15949061. OLE color: 15949061.

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

Color convert

RGB 5 93 243 -
CMYK 0.98 0.62 0 0.05
HSL 217.82º 0.96% 0.49% -
HSV(B) 217.82º 0.98% 0.95% -
XYZ 20.15 14.33 86.5 -
YUV 83.79 217.85 71.8 -
System Red Green Blue C M Y K H S L
Decimal 5 93 243 0.98 0.62 0 0.05 217.82 0.96 0.49
Hex 5 5D F3 62 3E 0 5 DA 60 31
Octal 5 135 363 142 76 0 5 332 140 61
Binary 101 1011101 11110011 1100010 111110 0 101 11011010 1100000 110001

Color Harmonies of #055DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DF3

Black with #055DF3

Text Example


Text Example

White with #055DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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