Html Css Color HEX #12509D Cobalt

📋 copy color: '#12509D'

red 18 ◦ green 80 ◦ blue 157

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

Shades of Cobalt #12509D

Tints of Cobalt #12509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

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

R = 7.06%
G = 31.37%
B = 61.57%

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

#12509D (or 0x12509D) is known color: Cobalt. HEX triplet: 12, 50 and 9D. RGB value is (18,80,157). Sum of RGB (Red+Green+Blue) = 18+80+157=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #12509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12509D is #EDAF62. Grayscale: #454545. Windows color (decimal): -15576931 or 10309650. OLE color: 10309650.

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

Color convert

RGB 18 80 157 -
CMYK 0.89 0.49 0 0.38
HSL 213.24º 0.79% 0.34% -
HSV(B) 213.24º 0.89% 0.62% -
XYZ 9.2 8.3 33.02 -
YUV 70.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 18 80 157 0.89 0.49 0 0.38 213.24 0.79 0.34
Hex 12 50 9D 59 31 0 26 D5 4F 22
Octal 22 120 235 131 61 0 46 325 117 42
Binary 10010 1010000 10011101 1011001 110001 0 100110 11010101 1001111 100010

Color Harmonies of #12509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12509D

Black with #12509D

Text Example


Text Example

White with #12509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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