Html Css Color HEX #1245AE Cobalt

📋 copy color: '#1245AE'

red 18 ◦ green 69 ◦ blue 174

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

Shades of Cobalt #1245AE

Tints of Cobalt #1245AE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 6.9%
G = 26.44%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1245AE (or 0x1245AE) is known color: Cobalt. HEX triplet: 12, 45 and AE. RGB value is (18,69,174). Sum of RGB (Red+Green+Blue) = 18+69+174=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #1245AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1245AE is #EDBA51. Grayscale: #414141. Windows color (decimal): -15579730 or 11420946. OLE color: 11420946.

HSL color Cylindrical-coordinate representation of color #1245AE: hue angle of 220.38º 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 #1245AE is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 69 174 -
CMYK 0.90 0.60 0 0.32
HSL 220.38º 0.81% 0.38% -
HSV(B) 220.38º 0.9% 0.68% -
XYZ 10.02 7.44 40.95 -
YUV 65.72 189.1 93.96 -
System Red Green Blue C M Y K H S L
Decimal 18 69 174 0.90 0.60 0 0.32 220.38 0.81 0.38
Hex 12 45 AE 5A 3C 0 20 DC 51 26
Octal 22 105 256 132 74 0 40 334 121 46
Binary 10010 1000101 10101110 1011010 111100 0 100000 11011100 1010001 100110

Color Harmonies of #1245AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1245AE

Black with #1245AE

Text Example


Text Example

White with #1245AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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