Html Css Color HEX #12518D Dark Cerulean

📋 copy color: '#12518D'

red 18 ◦ green 81 ◦ blue 141

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

Shades of Dark Cerulean #12518D

Tints of Dark Cerulean #12518D

RGB

 RED value IS 18 (7.42% from 255) = 7.5%

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

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

R = 7.5%
G = 33.75%
B = 58.75%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12518D (or 0x12518D) is known color: Dark Cerulean. HEX triplet: 12, 51 and 8D. RGB value is (18,81,141). Sum of RGB (Red+Green+Blue) = 18+81+141=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #12518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12518D is #EDAE72. Grayscale: #444444. Windows color (decimal): -15576691 or 9261330. OLE color: 9261330.

HSL color Cylindrical-coordinate representation of color #12518D: hue angle of 209.27º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12518D is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 81 141 -
CMYK 0.87 0.43 0 0.45
HSL 209.27º 0.77% 0.31% -
HSV(B) 209.27º 0.87% 0.55% -
XYZ 8 7.94 26.31 -
YUV 69 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 18 81 141 0.87 0.43 0 0.45 209.27 0.77 0.31
Hex 12 51 8D 57 2B 0 2D D1 4D 1F
Octal 22 121 215 127 53 0 55 321 115 37
Binary 10010 1010001 10001101 1010111 101011 0 101101 11010001 1001101 11111

Color Harmonies of #12518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12518D

Black with #12518D

Text Example


Text Example

White with #12518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,81,141); }

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

background-color css

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

 a { background-color: rgb(18,81,141); }

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

border-color css

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

 span { border-color: rgb(18,81,141); }

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