Html Css Color HEX #1247AB Cobalt

📋 copy color: '#1247AB'

red 18 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #1247AB

Tints of Cobalt #1247AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 6.92%
G = 27.31%
B = 65.77%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1247AB (or 0x1247AB) is known color: Cobalt. HEX triplet: 12, 47 and AB. RGB value is (18,71,171). Sum of RGB (Red+Green+Blue) = 18+71+171=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1247AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1247AB is #EDB854. Grayscale: #424242. Windows color (decimal): -15579221 or 11224850. OLE color: 11224850.

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

Color convert

RGB 18 71 171 -
CMYK 0.89 0.58 0 0.33
HSL 219.22º 0.81% 0.37% -
HSV(B) 219.22º 0.89% 0.67% -
XYZ 9.85 7.58 39.47 -
YUV 66.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 18 71 171 0.89 0.58 0 0.33 219.22 0.81 0.37
Hex 12 47 AB 59 3A 0 21 DB 51 25
Octal 22 107 253 131 72 0 41 333 121 45
Binary 10010 1000111 10101011 1011001 111010 0 100001 11011011 1010001 100101

Color Harmonies of #1247AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247AB

Black with #1247AB

Text Example


Text Example

White with #1247AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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