Html Css Color HEX #02518B Dark Cerulean

📋 copy color: '#02518B'

red 2 ◦ green 81 ◦ blue 139

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

Shades of Dark Cerulean #02518B

Tints of Dark Cerulean #02518B

RGB

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

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

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

R = 0.9%
G = 36.49%
B = 62.61%

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

#02518B (or 0x02518B) is known color: Dark Cerulean. HEX triplet: 02, 51 and 8B. RGB value is (2,81,139). Sum of RGB (Red+Green+Blue) = 2+81+139=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #02518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02518B is #FDAE74. Grayscale: #3F3F3F. Windows color (decimal): -16625269 or 9130242. OLE color: 9130242.

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

Color convert

RGB 2 81 139 -
CMYK 0.99 0.42 0 0.45
HSL 205.4º 0.97% 0.28% -
HSV(B) 205.4º 0.99% 0.55% -
XYZ 7.63 7.76 25.52 -
YUV 63.99 170.33 83.78 -
System Red Green Blue C M Y K H S L
Decimal 2 81 139 0.99 0.42 0 0.45 205.4 0.97 0.28
Hex 2 51 8B 63 2A 0 2D CD 61 1C
Octal 2 121 213 143 52 0 55 315 141 34
Binary 10 1010001 10001011 1100011 101010 0 101101 11001101 1100001 11100

Color Harmonies of #02518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02518B

Black with #02518B

Text Example


Text Example

White with #02518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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