Html Css Color HEX #02527A Dark Cerulean

📋 copy color: '#02527A'

red 2 ◦ green 82 ◦ blue 122

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

Shades of Dark Cerulean #02527A

Tints of Dark Cerulean #02527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 0.97%
G = 39.81%
B = 59.22%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02527A (or 0x02527A) is known color: Dark Cerulean. HEX triplet: 02, 52 and 7A. RGB value is (2,82,122). Sum of RGB (Red+Green+Blue) = 2+82+122=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #02527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02527A is #FDAD85. Grayscale: #3E3E3E. Windows color (decimal): -16625030 or 8016386. OLE color: 8016386.

HSL color Cylindrical-coordinate representation of color #02527A: hue angle of 200º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02527A is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 82 122 -
CMYK 0.98 0.33 0 0.52
HSL 200º 0.97% 0.24% -
HSV(B) 200º 0.98% 0.48% -
XYZ 6.56 7.45 19.51 -
YUV 62.64 161.5 84.75 -
System Red Green Blue C M Y K H S L
Decimal 2 82 122 0.98 0.33 0 0.52 200 0.97 0.24
Hex 2 52 7A 62 21 0 34 C8 61 18
Octal 2 122 172 142 41 0 64 310 141 30
Binary 10 1010010 1111010 1100010 100001 0 110100 11001000 1100001 11000

Color Harmonies of #02527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02527A

Black with #02527A

Text Example


Text Example

White with #02527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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