Html Css Color HEX #02518C Dark Cerulean

📋 copy color: '#02518C'

red 2 ◦ green 81 ◦ blue 140

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

Shades of Dark Cerulean #02518C

Tints of Dark Cerulean #02518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 0.9%
G = 36.32%
B = 62.78%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02518C (or 0x02518C) is known color: Dark Cerulean. HEX triplet: 02, 51 and 8C. RGB value is (2,81,140). Sum of RGB (Red+Green+Blue) = 2+81+140=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #02518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518C is #FDAE73. Grayscale: #3F3F3F. Windows color (decimal): -16625268 or 9195778. OLE color: 9195778.

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

Color convert

RGB 2 81 140 -
CMYK 0.99 0.42 0 0.45
HSL 205.65º 0.97% 0.28% -
HSV(B) 205.65º 0.99% 0.55% -
XYZ 7.7 7.79 25.91 -
YUV 64.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 2 81 140 0.99 0.42 0 0.45 205.65 0.97 0.28
Hex 2 51 8C 63 2A 0 2D CE 61 1C
Octal 2 121 214 143 52 0 55 316 141 34
Binary 10 1010001 10001100 1100011 101010 0 101101 11001110 1100001 11100

Color Harmonies of #02518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02518C

Black with #02518C

Text Example


Text Example

White with #02518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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