Html Css Color HEX #12519D Cobalt

📋 copy color: '#12519D'

red 18 ◦ green 81 ◦ blue 157

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

Shades of Cobalt #12519D

Tints of Cobalt #12519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 7.03%
G = 31.64%
B = 61.33%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12519D (or 0x12519D) is known color: Cobalt. HEX triplet: 12, 51 and 9D. RGB value is (18,81,157). Sum of RGB (Red+Green+Blue) = 18+81+157=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #12519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12519D is #EDAE62. Grayscale: #464646. Windows color (decimal): -15576675 or 10309906. OLE color: 10309906.

HSL color Cylindrical-coordinate representation of color #12519D: hue angle of 212.81º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12519D is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 81 157 -
CMYK 0.89 0.48 0 0.38
HSL 212.81º 0.79% 0.34% -
HSV(B) 212.81º 0.89% 0.62% -
XYZ 9.28 8.45 33.04 -
YUV 70.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 18 81 157 0.89 0.48 0 0.38 212.81 0.79 0.34
Hex 12 51 9D 59 30 0 26 D5 4F 22
Octal 22 121 235 131 60 0 46 325 117 42
Binary 10010 1010001 10011101 1011001 110000 0 100110 11010101 1001111 100010

Color Harmonies of #12519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12519D

Black with #12519D

Text Example


Text Example

White with #12519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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