Html Css Color HEX #1250AA Cobalt

📋 copy color: '#1250AA'

red 18 ◦ green 80 ◦ blue 170

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

Shades of Cobalt #1250AA

Tints of Cobalt #1250AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 6.72%
G = 29.85%
B = 63.43%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1250AA (or 0x1250AA) is known color: Cobalt. HEX triplet: 12, 50 and AA. RGB value is (18,80,170). Sum of RGB (Red+Green+Blue) = 18+80+170=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #1250AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AA is #EDAF55. Grayscale: #474747. Windows color (decimal): -15576918 or 11161618. OLE color: 11161618.

HSL color Cylindrical-coordinate representation of color #1250AA: hue angle of 215.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1250AA is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 80 170 -
CMYK 0.89 0.53 0 0.33
HSL 215.53º 0.81% 0.37% -
HSV(B) 215.53º 0.89% 0.67% -
XYZ 10.37 8.77 39.18 -
YUV 71.72 183.46 89.68 -
System Red Green Blue C M Y K H S L
Decimal 18 80 170 0.89 0.53 0 0.33 215.53 0.81 0.37
Hex 12 50 AA 59 35 0 21 D8 51 25
Octal 22 120 252 131 65 0 41 330 121 45
Binary 10010 1010000 10101010 1011001 110101 0 100001 11011000 1010001 100101

Color Harmonies of #1250AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250AA

Black with #1250AA

Text Example


Text Example

White with #1250AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1250AA; }

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

 H1.HeaderClassName
 {
   color: #1250AA;
 }
 .AnyTagClassName
 {
   color: #1250AA;
 }
</style>

background-color css

<style>
 a { background-color: #1250AA; }

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

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

border-color css

<style>
 span { border-color: #1250AA; }

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

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