Html Css Color HEX #02537D Dark Cerulean

📋 copy color: '#02537D'

red 2 ◦ green 83 ◦ blue 125

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

Shades of Dark Cerulean #02537D

Tints of Dark Cerulean #02537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 0.95%
G = 39.52%
B = 59.52%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02537D (or 0x02537D) is known color: Dark Cerulean. HEX triplet: 02, 53 and 7D. RGB value is (2,83,125). Sum of RGB (Red+Green+Blue) = 2+83+125=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #02537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02537D is #FDAC82. Grayscale: #3F3F3F. Windows color (decimal): -16624771 or 8213250. OLE color: 8213250.

HSL color Cylindrical-coordinate representation of color #02537D: hue angle of 200.49º 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 #02537D is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 83 125 -
CMYK 0.98 0.34 0 0.51
HSL 200.49º 0.97% 0.25% -
HSV(B) 200.49º 0.98% 0.49% -
XYZ 6.82 7.68 20.52 -
YUV 63.57 162.66 84.08 -
System Red Green Blue C M Y K H S L
Decimal 2 83 125 0.98 0.34 0 0.51 200.49 0.97 0.25
Hex 2 53 7D 62 22 0 33 C8 61 19
Octal 2 123 175 142 42 0 63 310 141 31
Binary 10 1010011 1111101 1100010 100010 0 110011 11001000 1100001 11001

Color Harmonies of #02537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02537D

Black with #02537D

Text Example


Text Example

White with #02537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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