Html Css Color HEX #02538C Dark Cerulean

📋 copy color: '#02538C'

red 2 ◦ green 83 ◦ blue 140

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

Shades of Dark Cerulean #02538C

Tints of Dark Cerulean #02538C

RGB

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

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

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

R = 0.89%
G = 36.89%
B = 62.22%

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

#02538C (or 0x02538C) is known color: Dark Cerulean. HEX triplet: 02, 53 and 8C. RGB value is (2,83,140). Sum of RGB (Red+Green+Blue) = 2+83+140=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #02538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02538C is #FDAC73. Grayscale: #404040. Windows color (decimal): -16624756 or 9196290. OLE color: 9196290.

HSL color Cylindrical-coordinate representation of color #02538C: hue angle of 204.78º 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 #02538C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 83 140 -
CMYK 0.99 0.41 0 0.45
HSL 204.78º 0.97% 0.28% -
HSV(B) 204.78º 0.99% 0.55% -
XYZ 7.85 8.09 25.96 -
YUV 65.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 2 83 140 0.99 0.41 0 0.45 204.78 0.97 0.28
Hex 2 53 8C 63 29 0 2D CD 61 1C
Octal 2 123 214 143 51 0 55 315 141 34
Binary 10 1010011 10001100 1100011 101001 0 101101 11001101 1100001 11100

Color Harmonies of #02538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02538C

Black with #02538C

Text Example


Text Example

White with #02538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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