Html Css Color HEX #02548D Dark Cerulean

📋 copy color: '#02548D'

red 2 ◦ green 84 ◦ blue 141

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

Shades of Dark Cerulean #02548D

Tints of Dark Cerulean #02548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 0.88%
G = 37%
B = 62.11%

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

#02548D (or 0x02548D) is known color: Dark Cerulean. HEX triplet: 02, 54 and 8D. RGB value is (2,84,141). Sum of RGB (Red+Green+Blue) = 2+84+141=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #02548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02548D is #FDAB72. Grayscale: #414141. Windows color (decimal): -16624499 or 9262082. OLE color: 9262082.

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

Color convert

RGB 2 84 141 -
CMYK 0.99 0.40 0 0.45
HSL 204.6º 0.97% 0.28% -
HSV(B) 204.6º 0.99% 0.55% -
XYZ 8 8.28 26.38 -
YUV 65.98 170.33 82.37 -
System Red Green Blue C M Y K H S L
Decimal 2 84 141 0.99 0.40 0 0.45 204.6 0.97 0.28
Hex 2 54 8D 63 28 0 2D CD 61 1C
Octal 2 124 215 143 50 0 55 315 141 34
Binary 10 1010100 10001101 1100011 101000 0 101101 11001101 1100001 11100

Color Harmonies of #02548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02548D

Black with #02548D

Text Example


Text Example

White with #02548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,84,141); }

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

background-color css

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

 a { background-color: rgb(2,84,141); }

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

border-color css

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

 span { border-color: rgb(2,84,141); }

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