Html Css Color HEX #12539D Cobalt

📋 copy color: '#12539D'

red 18 ◦ green 83 ◦ blue 157

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

Shades of Cobalt #12539D

Tints of Cobalt #12539D

RGB

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

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

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

R = 6.98%
G = 32.17%
B = 60.85%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12539D (or 0x12539D) is known color: Cobalt. HEX triplet: 12, 53 and 9D. RGB value is (18,83,157). Sum of RGB (Red+Green+Blue) = 18+83+157=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #12539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12539D is #EDAC62. Grayscale: #474747. Windows color (decimal): -15576163 or 10310418. OLE color: 10310418.

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

Color convert

RGB 18 83 157 -
CMYK 0.89 0.47 0 0.38
HSL 211.94º 0.79% 0.34% -
HSV(B) 211.94º 0.89% 0.62% -
XYZ 9.43 8.75 33.09 -
YUV 72 175.97 89.48 -
System Red Green Blue C M Y K H S L
Decimal 18 83 157 0.89 0.47 0 0.38 211.94 0.79 0.34
Hex 12 53 9D 59 2F 0 26 D4 4F 22
Octal 22 123 235 131 57 0 46 324 117 42
Binary 10010 1010011 10011101 1011001 101111 0 100110 11010100 1001111 100010

Color Harmonies of #12539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12539D

Black with #12539D

Text Example


Text Example

White with #12539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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