Html Css Color HEX #12589F Cobalt

📋 copy color: '#12589F'

red 18 ◦ green 88 ◦ blue 159

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

Shades of Cobalt #12589F

Tints of Cobalt #12589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 6.79%
G = 33.21%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12589F (or 0x12589F) is known color: Cobalt. HEX triplet: 12, 58 and 9F. RGB value is (18,88,159). Sum of RGB (Red+Green+Blue) = 18+88+159=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #12589F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12589F is #EDA760. Grayscale: #4A4A4A. Windows color (decimal): -15574881 or 10442770. OLE color: 10442770.

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

Color convert

RGB 18 88 159 -
CMYK 0.89 0.45 0 0.38
HSL 210.21º 0.8% 0.35% -
HSV(B) 210.21º 0.89% 0.62% -
XYZ 10 9.61 34.13 -
YUV 75.16 175.31 87.23 -
System Red Green Blue C M Y K H S L
Decimal 18 88 159 0.89 0.45 0 0.38 210.21 0.8 0.35
Hex 12 58 9F 59 2D 0 26 D2 50 23
Octal 22 130 237 131 55 0 46 322 120 43
Binary 10010 1011000 10011111 1011001 101101 0 100110 11010010 1010000 100011

Color Harmonies of #12589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12589F

Black with #12589F

Text Example


Text Example

White with #12589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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