Html Css Color HEX #055DCE Navy Blue

📋 copy color: '#055DCE'

red 5 ◦ green 93 ◦ blue 206

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

Shades of Navy Blue #055DCE

Tints of Navy Blue #055DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 1.64%
G = 30.59%
B = 67.76%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#055DCE (or 0x055DCE) is known color: Navy Blue. HEX triplet: 05, 5D and CE. RGB value is (5,93,206). Sum of RGB (Red+Green+Blue) = 5+93+206=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #055DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DCE is #FAA231. Grayscale: #4F4F4F. Windows color (decimal): -16425522 or 13524229. OLE color: 13524229.

HSL color Cylindrical-coordinate representation of color #055DCE: hue angle of 213.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DCE is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 93 206 -
CMYK 0.98 0.55 0 0.19
HSL 213.73º 0.95% 0.41% -
HSV(B) 213.73º 0.98% 0.81% -
XYZ 15.12 12.32 59.97 -
YUV 79.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 5 93 206 0.98 0.55 0 0.19 213.73 0.95 0.41
Hex 5 5D CE 62 37 0 13 D6 5F 29
Octal 5 135 316 142 67 0 23 326 137 51
Binary 101 1011101 11001110 1100010 110111 0 10011 11010110 1011111 101001

Color Harmonies of #055DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DCE

Black with #055DCE

Text Example


Text Example

White with #055DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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