Html Css Color HEX #12559D Cobalt

📋 copy color: '#12559D'

red 18 ◦ green 85 ◦ blue 157

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

Shades of Cobalt #12559D

Tints of Cobalt #12559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

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

R = 6.92%
G = 32.69%
B = 60.38%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12559D (or 0x12559D) is known color: Cobalt. HEX triplet: 12, 55 and 9D. RGB value is (18,85,157). Sum of RGB (Red+Green+Blue) = 18+85+157=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #12559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12559D is #EDAA62. Grayscale: #484848. Windows color (decimal): -15575651 or 10310930. OLE color: 10310930.

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

Color convert

RGB 18 85 157 -
CMYK 0.89 0.46 0 0.38
HSL 211.08º 0.79% 0.34% -
HSV(B) 211.08º 0.89% 0.62% -
XYZ 9.58 9.06 33.14 -
YUV 73.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 18 85 157 0.89 0.46 0 0.38 211.08 0.79 0.34
Hex 12 55 9D 59 2E 0 26 D3 4F 22
Octal 22 125 235 131 56 0 46 323 117 42
Binary 10010 1010101 10011101 1011001 101110 0 100110 11010011 1001111 100010

Color Harmonies of #12559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12559D

Black with #12559D

Text Example


Text Example

White with #12559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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