Html Css Color HEX #055FDA Navy Blue

📋 copy color: '#055FDA'

red 5 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #055FDA

Tints of Navy Blue #055FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 1.57%
G = 29.87%
B = 68.55%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#055FDA (or 0x055FDA) is known color: Navy Blue. HEX triplet: 05, 5F and DA. RGB value is (5,95,218). Sum of RGB (Red+Green+Blue) = 5+95+218=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #055FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FDA is #FAA025. Grayscale: #515151. Windows color (decimal): -16424998 or 14311173. OLE color: 14311173.

HSL color Cylindrical-coordinate representation of color #055FDA: hue angle of 214.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055FDA is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 95 218 -
CMYK 0.98 0.56 0 0.15
HSL 214.65º 0.96% 0.44% -
HSV(B) 214.65º 0.98% 0.85% -
XYZ 16.81 13.28 68.01 -
YUV 82.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 5 95 218 0.98 0.56 0 0.15 214.65 0.96 0.44
Hex 5 5F DA 62 38 0 F D7 60 2C
Octal 5 137 332 142 70 0 17 327 140 54
Binary 101 1011111 11011010 1100010 111000 0 1111 11010111 1100000 101100

Color Harmonies of #055FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FDA

Black with #055FDA

Text Example


Text Example

White with #055FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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