Html Css Color HEX #005593 Dark Cerulean

📋 copy color: '#005593'

red 0 ◦ green 85 ◦ blue 147

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

Shades of Dark Cerulean #005593

Tints of Dark Cerulean #005593

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 0%
G = 36.64%
B = 63.36%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005593 (or 0x005593) is known color: Dark Cerulean. HEX triplet: 00, 55 and 93. RGB value is (0,85,147). Sum of RGB (Red+Green+Blue) = 0+85+147=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #005593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005593 is #FFAA6C. Grayscale: #424242. Windows color (decimal): -16755309 or 9655552. OLE color: 9655552.

HSL color Cylindrical-coordinate representation of color #005593: hue angle of 205.31º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005593 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 85 147 -
CMYK 1 0.42 0 0.42
HSL 205.31º 1% 0.29% -
HSV(B) 205.31º 1% 0.58% -
XYZ 8.51 8.6 28.82 -
YUV 66.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 0 85 147 1 0.42 0 0.42 205.31 1 0.29
Hex 0 55 93 64 2A 0 2A CD 64 1D
Octal 0 125 223 144 52 0 52 315 144 35
Binary 0 1010101 10010011 1100100 101010 0 101010 11001101 1100100 11101

Color Harmonies of #005593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005593

Black with #005593

Text Example


Text Example

White with #005593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005593; }

 p { color: rgb(0,85,147); }

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

background-color css

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

 a { background-color: rgb(0,85,147); }

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

border-color css

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

 span { border-color: rgb(0,85,147); }

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