Html Css Color HEX #1251AE Cobalt

📋 copy color: '#1251AE'

red 18 ◦ green 81 ◦ blue 174

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

Shades of Cobalt #1251AE

Tints of Cobalt #1251AE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 6.59%
G = 29.67%
B = 63.74%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1251AE (or 0x1251AE) is known color: Cobalt. HEX triplet: 12, 51 and AE. RGB value is (18,81,174). Sum of RGB (Red+Green+Blue) = 18+81+174=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #1251AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251AE is #EDAE51. Grayscale: #484848. Windows color (decimal): -15576658 or 11424018. OLE color: 11424018.

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

Color convert

RGB 18 81 174 -
CMYK 0.90 0.53 0 0.32
HSL 215.77º 0.81% 0.38% -
HSV(B) 215.77º 0.9% 0.68% -
XYZ 10.83 9.07 41.22 -
YUV 72.77 185.13 88.94 -
System Red Green Blue C M Y K H S L
Decimal 18 81 174 0.90 0.53 0 0.32 215.77 0.81 0.38
Hex 12 51 AE 5A 35 0 20 D8 51 26
Octal 22 121 256 132 65 0 40 330 121 46
Binary 10010 1010001 10101110 1011010 110101 0 100000 11011000 1010001 100110

Color Harmonies of #1251AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251AE

Black with #1251AE

Text Example


Text Example

White with #1251AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1251AE; }

 p { color: rgb(18,81,174); }

 H1.HeaderClassName
 {
   color: #1251AE;
 }
 .AnyTagClassName
 {
   color: #1251AE;
 }
</style>

background-color css

<style>
 a { background-color: #1251AE; }

 a { background-color: rgb(18,81,174); }

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

border-color css

<style>
 span { border-color: #1251AE; }

 span { border-color: rgb(18,81,174); }

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