Html Css Color HEX #00527C Dark Cerulean

📋 copy color: '#00527C'

red 0 ◦ green 82 ◦ blue 124

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

Shades of Dark Cerulean #00527C

Tints of Dark Cerulean #00527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 0%
G = 39.81%
B = 60.19%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00527C (or 0x00527C) is known color: Dark Cerulean. HEX triplet: 00, 52 and 7C. RGB value is (0,82,124). Sum of RGB (Red+Green+Blue) = 0+82+124=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #00527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00527C is #FFAD83. Grayscale: #3E3E3E. Windows color (decimal): -16756100 or 8147456. OLE color: 8147456.

HSL color Cylindrical-coordinate representation of color #00527C: hue angle of 200.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00527C is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 82 124 -
CMYK 1 0.34 0 0.51
HSL 200.32º 1% 0.24% -
HSV(B) 200.32º 1% 0.49% -
XYZ 6.66 7.49 20.16 -
YUV 62.27 162.83 83.58 -
System Red Green Blue C M Y K H S L
Decimal 0 82 124 1 0.34 0 0.51 200.32 1 0.24
Hex 0 52 7C 64 22 0 33 C8 64 18
Octal 0 122 174 144 42 0 63 310 144 30
Binary 0 1010010 1111100 1100100 100010 0 110011 11001000 1100100 11000

Color Harmonies of #00527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00527C

Black with #00527C

Text Example


Text Example

White with #00527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00527C; }

 p { color: rgb(0,82,124); }

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

background-color css

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

 a { background-color: rgb(0,82,124); }

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

border-color css

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

 span { border-color: rgb(0,82,124); }

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