Html Css Color HEX #12539F Cobalt

📋 copy color: '#12539F'

red 18 ◦ green 83 ◦ blue 159

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

Shades of Cobalt #12539F

Tints of Cobalt #12539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 6.92%
G = 31.92%
B = 61.15%

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

#12539F (or 0x12539F) is known color: Cobalt. HEX triplet: 12, 53 and 9F. RGB value is (18,83,159). Sum of RGB (Red+Green+Blue) = 18+83+159=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #12539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12539F is #EDAC60. Grayscale: #474747. Windows color (decimal): -15576161 or 10441490. OLE color: 10441490.

HSL color Cylindrical-coordinate representation of color #12539F: hue angle of 212.34º 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 #12539F is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 83 159 -
CMYK 0.89 0.48 0 0.38
HSL 212.34º 0.8% 0.35% -
HSV(B) 212.34º 0.89% 0.62% -
XYZ 9.6 8.82 34 -
YUV 72.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 18 83 159 0.89 0.48 0 0.38 212.34 0.8 0.35
Hex 12 53 9F 59 30 0 26 D4 50 23
Octal 22 123 237 131 60 0 46 324 120 43
Binary 10010 1010011 10011111 1011001 110000 0 100110 11010100 1010000 100011

Color Harmonies of #12539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12539F

Black with #12539F

Text Example


Text Example

White with #12539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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