Html Css Color HEX #02538B Dark Cerulean

📋 copy color: '#02538B'

red 2 ◦ green 83 ◦ blue 139

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

Shades of Dark Cerulean #02538B

Tints of Dark Cerulean #02538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 0.89%
G = 37.05%
B = 62.05%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02538B (or 0x02538B) is known color: Dark Cerulean. HEX triplet: 02, 53 and 8B. RGB value is (2,83,139). Sum of RGB (Red+Green+Blue) = 2+83+139=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #02538B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02538B is #FDAC74. Grayscale: #404040. Windows color (decimal): -16624757 or 9130754. OLE color: 9130754.

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

Color convert

RGB 2 83 139 -
CMYK 0.99 0.40 0 0.45
HSL 204.53º 0.97% 0.28% -
HSV(B) 204.53º 0.99% 0.55% -
XYZ 7.78 8.06 25.57 -
YUV 65.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 2 83 139 0.99 0.40 0 0.45 204.53 0.97 0.28
Hex 2 53 8B 63 28 0 2D CD 61 1C
Octal 2 123 213 143 50 0 55 315 141 34
Binary 10 1010011 10001011 1100011 101000 0 101101 11001101 1100001 11100

Color Harmonies of #02538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02538B

Black with #02538B

Text Example


Text Example

White with #02538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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