Html Css Color HEX #00528C Dark Cerulean

📋 copy color: '#00528C'

red 0 ◦ green 82 ◦ blue 140

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

Shades of Dark Cerulean #00528C

Tints of Dark Cerulean #00528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 0%
G = 36.94%
B = 63.06%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00528C (or 0x00528C) is known color: Dark Cerulean. HEX triplet: 00, 52 and 8C. RGB value is (0,82,140). Sum of RGB (Red+Green+Blue) = 0+82+140=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #00528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00528C is #FFAD73. Grayscale: #3F3F3F. Windows color (decimal): -16756084 or 9196032. OLE color: 9196032.

HSL color Cylindrical-coordinate representation of color #00528C: hue angle of 204.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00528C is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 82 140 -
CMYK 1 0.41 0 0.45
HSL 204.86º 1% 0.27% -
HSV(B) 204.86º 1% 0.55% -
XYZ 7.75 7.93 25.93 -
YUV 64.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 0 82 140 1 0.41 0 0.45 204.86 1 0.27
Hex 0 52 8C 64 29 0 2D CD 64 1B
Octal 0 122 214 144 51 0 55 315 144 33
Binary 0 1010010 10001100 1100100 101001 0 101101 11001101 1100100 11011

Color Harmonies of #00528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00528C

Black with #00528C

Text Example


Text Example

White with #00528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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