Html Css Color HEX #005793 Dark Cerulean

📋 copy color: '#005793'

red 0 ◦ green 87 ◦ blue 147

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

Shades of Dark Cerulean #005793

Tints of Dark Cerulean #005793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

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

R = 0%
G = 37.18%
B = 62.82%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005793 (or 0x005793) is known color: Dark Cerulean. HEX triplet: 00, 57 and 93. RGB value is (0,87,147). Sum of RGB (Red+Green+Blue) = 0+87+147=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #005793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005793 is #FFA86C. Grayscale: #434343. Windows color (decimal): -16754797 or 9656064. OLE color: 9656064.

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

Color convert

RGB 0 87 147 -
CMYK 1 0.41 0 0.42
HSL 204.49º 1% 0.29% -
HSV(B) 204.49º 1% 0.58% -
XYZ 8.67 8.92 28.87 -
YUV 67.83 172.68 79.62 -
System Red Green Blue C M Y K H S L
Decimal 0 87 147 1 0.41 0 0.42 204.49 1 0.29
Hex 0 57 93 64 29 0 2A CC 64 1D
Octal 0 127 223 144 51 0 52 314 144 35
Binary 0 1010111 10010011 1100100 101001 0 101010 11001100 1100100 11101

Color Harmonies of #005793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005793

Black with #005793

Text Example


Text Example

White with #005793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005793; }

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

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

background-color css

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

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

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

border-color css

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

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

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