Html Css Color HEX #00528A Dark Cerulean

📋 copy color: '#00528A'

red 0 ◦ green 82 ◦ blue 138

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

Shades of Dark Cerulean #00528A

Tints of Dark Cerulean #00528A

RGB

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

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

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

R = 0%
G = 37.27%
B = 62.73%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00528A (or 0x00528A) is known color: Dark Cerulean. HEX triplet: 00, 52 and 8A. RGB value is (0,82,138). Sum of RGB (Red+Green+Blue) = 0+82+138=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #00528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00528A is #FFAD75. Grayscale: #3F3F3F. Windows color (decimal): -16756086 or 9064960. OLE color: 9064960.

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

Color convert

RGB 0 82 138 -
CMYK 1 0.41 0 0.46
HSL 204.35º 1% 0.27% -
HSV(B) 204.35º 1% 0.54% -
XYZ 7.6 7.87 25.16 -
YUV 63.87 169.83 82.45 -
System Red Green Blue C M Y K H S L
Decimal 0 82 138 1 0.41 0 0.46 204.35 1 0.27
Hex 0 52 8A 64 29 0 2E CC 64 1B
Octal 0 122 212 144 51 0 56 314 144 33
Binary 0 1010010 10001010 1100100 101001 0 101110 11001100 1100100 11011

Color Harmonies of #00528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00528A

Black with #00528A

Text Example


Text Example

White with #00528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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