Html Css Color HEX #1249AB Cobalt

📋 copy color: '#1249AB'

red 18 ◦ green 73 ◦ blue 171

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

Shades of Cobalt #1249AB

Tints of Cobalt #1249AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 6.87%
G = 27.86%
B = 65.27%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1249AB (or 0x1249AB) is known color: Cobalt. HEX triplet: 12, 49 and AB. RGB value is (18,73,171). Sum of RGB (Red+Green+Blue) = 18+73+171=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1249AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249AB is #EDB654. Grayscale: #434343. Windows color (decimal): -15578709 or 11225362. OLE color: 11225362.

HSL color Cylindrical-coordinate representation of color #1249AB: hue angle of 218.43º 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 #1249AB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 73 171 -
CMYK 0.89 0.57 0 0.33
HSL 218.43º 0.81% 0.37% -
HSV(B) 218.43º 0.89% 0.67% -
XYZ 9.98 7.83 39.51 -
YUV 67.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 18 73 171 0.89 0.57 0 0.33 218.43 0.81 0.37
Hex 12 49 AB 59 39 0 21 DA 51 25
Octal 22 111 253 131 71 0 41 332 121 45
Binary 10010 1001001 10101011 1011001 111001 0 100001 11011010 1010001 100101

Color Harmonies of #1249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249AB

Black with #1249AB

Text Example


Text Example

White with #1249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249AB; }

 p { color: rgb(18,73,171); }

 H1.HeaderClassName
 {
   color: #1249AB;
 }
 .AnyTagClassName
 {
   color: #1249AB;
 }
</style>

background-color css

<style>
 a { background-color: #1249AB; }

 a { background-color: rgb(18,73,171); }

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

border-color css

<style>
 span { border-color: #1249AB; }

 span { border-color: rgb(18,73,171); }

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