Html Css Color HEX #1144AE Cobalt

📋 copy color: '#1144AE'

red 17 ◦ green 68 ◦ blue 174

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

Shades of Cobalt #1144AE

Tints of Cobalt #1144AE

RGB

 RED value IS 17 (7.03% from 255) = 6.56%

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 6.56%
G = 26.25%
B = 67.18%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1144AE (or 0x1144AE) is known color: Cobalt. HEX triplet: 11, 44 and AE. RGB value is (17,68,174). Sum of RGB (Red+Green+Blue) = 17+68+174=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1144AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144AE is #EEBB51. Grayscale: #404040. Windows color (decimal): -15645522 or 11420689. OLE color: 11420689.

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

Color convert

RGB 17 68 174 -
CMYK 0.90 0.61 0 0.32
HSL 220.51º 0.82% 0.37% -
HSV(B) 220.51º 0.9% 0.68% -
XYZ 9.94 7.31 40.93 -
YUV 64.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 17 68 174 0.90 0.61 0 0.32 220.51 0.82 0.37
Hex 11 44 AE 5A 3D 0 20 DD 52 25
Octal 21 104 256 132 75 0 40 335 122 45
Binary 10001 1000100 10101110 1011010 111101 0 100000 11011101 1010010 100101

Color Harmonies of #1144AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1144AE

Black with #1144AE

Text Example


Text Example

White with #1144AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,68,174); }

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

background-color css

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

 a { background-color: rgb(17,68,174); }

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

border-color css

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

 span { border-color: rgb(17,68,174); }

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