Html Css Color HEX #1250AD Cobalt

📋 copy color: '#1250AD'

red 18 ◦ green 80 ◦ blue 173

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

Shades of Cobalt #1250AD

Tints of Cobalt #1250AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 6.64%
G = 29.52%
B = 63.84%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1250AD (or 0x1250AD) is known color: Cobalt. HEX triplet: 12, 50 and AD. RGB value is (18,80,173). Sum of RGB (Red+Green+Blue) = 18+80+173=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #1250AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AD is #EDAF52. Grayscale: #474747. Windows color (decimal): -15576915 or 11358226. OLE color: 11358226.

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

Color convert

RGB 18 80 173 -
CMYK 0.90 0.54 0 0.32
HSL 216º 0.81% 0.37% -
HSV(B) 216º 0.9% 0.68% -
XYZ 10.66 8.88 40.69 -
YUV 72.06 184.96 89.44 -
System Red Green Blue C M Y K H S L
Decimal 18 80 173 0.90 0.54 0 0.32 216 0.81 0.37
Hex 12 50 AD 5A 36 0 20 D8 51 25
Octal 22 120 255 132 66 0 40 330 121 45
Binary 10010 1010000 10101101 1011010 110110 0 100000 11011000 1010001 100101

Color Harmonies of #1250AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250AD

Black with #1250AD

Text Example


Text Example

White with #1250AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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