Html Css Color HEX #055FDE Navy Blue

📋 copy color: '#055FDE'

red 5 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #055FDE

Tints of Navy Blue #055FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 1.55%
G = 29.5%
B = 68.94%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055FDE (or 0x055FDE) is known color: Navy Blue. HEX triplet: 05, 5F and DE. RGB value is (5,95,222). Sum of RGB (Red+Green+Blue) = 5+95+222=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #055FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FDE is #FAA021. Grayscale: #515151. Windows color (decimal): -16424994 or 14573317. OLE color: 14573317.

HSL color Cylindrical-coordinate representation of color #055FDE: hue angle of 215.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055FDE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 95 222 -
CMYK 0.98 0.57 0 0.13
HSL 215.12º 0.96% 0.45% -
HSV(B) 215.12º 0.98% 0.87% -
XYZ 17.34 13.49 70.8 -
YUV 82.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 5 95 222 0.98 0.57 0 0.13 215.12 0.96 0.45
Hex 5 5F DE 62 39 0 D D7 60 2D
Octal 5 137 336 142 71 0 15 327 140 55
Binary 101 1011111 11011110 1100010 111001 0 1101 11010111 1100000 101101

Color Harmonies of #055FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FDE

Black with #055FDE

Text Example


Text Example

White with #055FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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