Html Css Color HEX #02537C Dark Cerulean

📋 copy color: '#02537C'

red 2 ◦ green 83 ◦ blue 124

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

Shades of Dark Cerulean #02537C

Tints of Dark Cerulean #02537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 0.96%
G = 39.71%
B = 59.33%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02537C (or 0x02537C) is known color: Dark Cerulean. HEX triplet: 02, 53 and 7C. RGB value is (2,83,124). Sum of RGB (Red+Green+Blue) = 2+83+124=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #02537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02537C is #FDAC83. Grayscale: #3F3F3F. Windows color (decimal): -16624772 or 8147714. OLE color: 8147714.

HSL color Cylindrical-coordinate representation of color #02537C: hue angle of 200.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02537C is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 83 124 -
CMYK 0.98 0.33 0 0.51
HSL 200.16º 0.97% 0.25% -
HSV(B) 200.16º 0.98% 0.49% -
XYZ 6.76 7.65 20.19 -
YUV 63.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 2 83 124 0.98 0.33 0 0.51 200.16 0.97 0.25
Hex 2 53 7C 62 21 0 33 C8 61 19
Octal 2 123 174 142 41 0 63 310 141 31
Binary 10 1010011 1111100 1100010 100001 0 110011 11001000 1100001 11001

Color Harmonies of #02537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02537C

Black with #02537C

Text Example


Text Example

White with #02537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,83,124); }

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

background-color css

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

 a { background-color: rgb(2,83,124); }

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

border-color css

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

 span { border-color: rgb(2,83,124); }

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