Html Css Color HEX #12519F Cobalt

📋 copy color: '#12519F'

red 18 ◦ green 81 ◦ blue 159

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

Shades of Cobalt #12519F

Tints of Cobalt #12519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.63%

R = 6.98%
G = 31.4%
B = 61.63%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12519F (or 0x12519F) is known color: Cobalt. HEX triplet: 12, 51 and 9F. RGB value is (18,81,159). Sum of RGB (Red+Green+Blue) = 18+81+159=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #12519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12519F is #EDAE60. Grayscale: #464646. Windows color (decimal): -15576673 or 10440978. OLE color: 10440978.

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

Color convert

RGB 18 81 159 -
CMYK 0.89 0.49 0 0.38
HSL 213.19º 0.8% 0.35% -
HSV(B) 213.19º 0.89% 0.62% -
XYZ 9.45 8.52 33.95 -
YUV 71.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 18 81 159 0.89 0.49 0 0.38 213.19 0.8 0.35
Hex 12 51 9F 59 31 0 26 D5 50 23
Octal 22 121 237 131 61 0 46 325 120 43
Binary 10010 1010001 10011111 1011001 110001 0 100110 11010101 1010000 100011

Color Harmonies of #12519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12519F

Black with #12519F

Text Example


Text Example

White with #12519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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