Html Css Color HEX #1252AA Cobalt

📋 copy color: '#1252AA'

red 18 ◦ green 82 ◦ blue 170

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

Shades of Cobalt #1252AA

Tints of Cobalt #1252AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 6.67%
G = 30.37%
B = 62.96%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1252AA (or 0x1252AA) is known color: Cobalt. HEX triplet: 12, 52 and AA. RGB value is (18,82,170). Sum of RGB (Red+Green+Blue) = 18+82+170=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1252AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1252AA is #EDAD55. Grayscale: #484848. Windows color (decimal): -15576406 or 11162130. OLE color: 11162130.

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

Color convert

RGB 18 82 170 -
CMYK 0.89 0.52 0 0.33
HSL 214.74º 0.81% 0.37% -
HSV(B) 214.74º 0.89% 0.67% -
XYZ 10.52 9.07 39.23 -
YUV 72.9 182.8 88.84 -
System Red Green Blue C M Y K H S L
Decimal 18 82 170 0.89 0.52 0 0.33 214.74 0.81 0.37
Hex 12 52 AA 59 34 0 21 D7 51 25
Octal 22 122 252 131 64 0 41 327 121 45
Binary 10010 1010010 10101010 1011001 110100 0 100001 11010111 1010001 100101

Color Harmonies of #1252AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252AA

Black with #1252AA

Text Example


Text Example

White with #1252AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1252AA; }

 p { color: rgb(18,82,170); }

 H1.HeaderClassName
 {
   color: #1252AA;
 }
 .AnyTagClassName
 {
   color: #1252AA;
 }
</style>

background-color css

<style>
 a { background-color: #1252AA; }

 a { background-color: rgb(18,82,170); }

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

border-color css

<style>
 span { border-color: #1252AA; }

 span { border-color: rgb(18,82,170); }

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