Html Css Color HEX #00578A Dark Cerulean

📋 copy color: '#00578A'

red 0 ◦ green 87 ◦ blue 138

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

Shades of Dark Cerulean #00578A

Tints of Dark Cerulean #00578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 0%
G = 38.67%
B = 61.33%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00578A (or 0x00578A) is known color: Dark Cerulean. HEX triplet: 00, 57 and 8A. RGB value is (0,87,138). Sum of RGB (Red+Green+Blue) = 0+87+138=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #00578A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00578A is #FFA875. Grayscale: #424242. Windows color (decimal): -16754806 or 9066240. OLE color: 9066240.

HSL color Cylindrical-coordinate representation of color #00578A: hue angle of 202.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00578A is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 87 138 -
CMYK 1 0.37 0 0.46
HSL 202.17º 1% 0.27% -
HSV(B) 202.17º 1% 0.54% -
XYZ 8 8.65 25.29 -
YUV 66.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 0 87 138 1 0.37 0 0.46 202.17 1 0.27
Hex 0 57 8A 64 25 0 2E CA 64 1B
Octal 0 127 212 144 45 0 56 312 144 33
Binary 0 1010111 10001010 1100100 100101 0 101110 11001010 1100100 11011

Color Harmonies of #00578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00578A

Black with #00578A

Text Example


Text Example

White with #00578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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