Html Css Color HEX #02528C Dark Cerulean

📋 copy color: '#02528C'

red 2 ◦ green 82 ◦ blue 140

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

Shades of Dark Cerulean #02528C

Tints of Dark Cerulean #02528C

RGB

 RED value IS 2 (1.17% from 255) = 0.89%

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

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

R = 0.89%
G = 36.61%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02528C (or 0x02528C) is known color: Dark Cerulean. HEX triplet: 02, 52 and 8C. RGB value is (2,82,140). Sum of RGB (Red+Green+Blue) = 2+82+140=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #02528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02528C is #FDAD73. Grayscale: #404040. Windows color (decimal): -16625012 or 9196034. OLE color: 9196034.

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

Color convert

RGB 2 82 140 -
CMYK 0.99 0.41 0 0.45
HSL 205.22º 0.97% 0.28% -
HSV(B) 205.22º 0.99% 0.55% -
XYZ 7.78 7.94 25.93 -
YUV 64.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 2 82 140 0.99 0.41 0 0.45 205.22 0.97 0.28
Hex 2 52 8C 63 29 0 2D CD 61 1C
Octal 2 122 214 143 51 0 55 315 141 34
Binary 10 1010010 10001100 1100011 101001 0 101101 11001101 1100001 11100

Color Harmonies of #02528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02528C

Black with #02528C

Text Example


Text Example

White with #02528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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