Html Css Color HEX #00528D Dark Cerulean

📋 copy color: '#00528D'

red 0 ◦ green 82 ◦ blue 141

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

Shades of Dark Cerulean #00528D

Tints of Dark Cerulean #00528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 0%
G = 36.77%
B = 63.23%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00528D (or 0x00528D) is known color: Dark Cerulean. HEX triplet: 00, 52 and 8D. RGB value is (0,82,141). Sum of RGB (Red+Green+Blue) = 0+82+141=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #00528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00528D is #FFAD72. Grayscale: #3F3F3F. Windows color (decimal): -16756083 or 9261568. OLE color: 9261568.

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

Color convert

RGB 0 82 141 -
CMYK 1 0.42 0 0.45
HSL 205.11º 1% 0.28% -
HSV(B) 205.11º 1% 0.55% -
XYZ 7.83 7.96 26.32 -
YUV 64.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 0 82 141 1 0.42 0 0.45 205.11 1 0.28
Hex 0 52 8D 64 2A 0 2D CD 64 1C
Octal 0 122 215 144 52 0 55 315 144 34
Binary 0 1010010 10001101 1100100 101010 0 101101 11001101 1100100 11100

Color Harmonies of #00528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00528D

Black with #00528D

Text Example


Text Example

White with #00528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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