Html Css Color HEX #005493 Dark Cerulean

📋 copy color: '#005493'

red 0 ◦ green 84 ◦ blue 147

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

Shades of Dark Cerulean #005493

Tints of Dark Cerulean #005493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005493 (or 0x005493) is known color: Dark Cerulean. HEX triplet: 00, 54 and 93. RGB value is (0,84,147). Sum of RGB (Red+Green+Blue) = 0+84+147=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #005493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005493 is #FFAB6C. Grayscale: #414141. Windows color (decimal): -16755565 or 9655296. OLE color: 9655296.

HSL color Cylindrical-coordinate representation of color #005493: hue angle of 205.71º 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 #005493 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 84 147 -
CMYK 1 0.43 0 0.42
HSL 205.71º 1% 0.29% -
HSV(B) 205.71º 1% 0.58% -
XYZ 8.44 8.45 28.79 -
YUV 66.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 0 84 147 1 0.43 0 0.42 205.71 1 0.29
Hex 0 54 93 64 2B 0 2A CE 64 1D
Octal 0 124 223 144 53 0 52 316 144 35
Binary 0 1010100 10010011 1100100 101011 0 101010 11001110 1100100 11101

Color Harmonies of #005493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005493

Black with #005493

Text Example


Text Example

White with #005493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005493; }

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

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

background-color css

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

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

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

border-color css

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

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

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