Html Css Color HEX #1250AC Cobalt

📋 copy color: '#1250AC'

red 18 ◦ green 80 ◦ blue 172

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

Shades of Cobalt #1250AC

Tints of Cobalt #1250AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 6.67%
G = 29.63%
B = 63.7%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1250AC (or 0x1250AC) is known color: Cobalt. HEX triplet: 12, 50 and AC. RGB value is (18,80,172). Sum of RGB (Red+Green+Blue) = 18+80+172=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #1250AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AC is #EDAF53. Grayscale: #474747. Windows color (decimal): -15576916 or 11292690. OLE color: 11292690.

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

Color convert

RGB 18 80 172 -
CMYK 0.90 0.53 0 0.33
HSL 215.84º 0.81% 0.37% -
HSV(B) 215.84º 0.9% 0.67% -
XYZ 10.56 8.84 40.18 -
YUV 71.95 184.46 89.52 -
System Red Green Blue C M Y K H S L
Decimal 18 80 172 0.90 0.53 0 0.33 215.84 0.81 0.37
Hex 12 50 AC 5A 35 0 21 D8 51 25
Octal 22 120 254 132 65 0 41 330 121 45
Binary 10010 1010000 10101100 1011010 110101 0 100001 11011000 1010001 100101

Color Harmonies of #1250AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250AC

Black with #1250AC

Text Example


Text Example

White with #1250AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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