Html Css Color HEX #115AA2 Cobalt

📋 copy color: '#115AA2'

red 17 ◦ green 90 ◦ blue 162

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

Shades of Cobalt #115AA2

Tints of Cobalt #115AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 162 (63.67% from 255) = 60.22%

R = 6.32%
G = 33.46%
B = 60.22%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#115AA2 (or 0x115AA2) is known color: Cobalt. HEX triplet: 11, 5A and A2. RGB value is (17,90,162). Sum of RGB (Red+Green+Blue) = 17+90+162=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #115AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AA2 is #EEA55D. Grayscale: #4C4C4C. Windows color (decimal): -15639902 or 10639889. OLE color: 10639889.

HSL color Cylindrical-coordinate representation of color #115AA2: hue angle of 209.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115AA2 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 90 162 -
CMYK 0.90 0.44 0 0.36
HSL 209.79º 0.81% 0.35% -
HSV(B) 209.79º 0.9% 0.64% -
XYZ 10.41 10.04 35.57 -
YUV 76.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 17 90 162 0.90 0.44 0 0.36 209.79 0.81 0.35
Hex 11 5A A2 5A 2C 0 24 D2 51 23
Octal 21 132 242 132 54 0 44 322 121 43
Binary 10001 1011010 10100010 1011010 101100 0 100100 11010010 1010001 100011

Color Harmonies of #115AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AA2

Black with #115AA2

Text Example


Text Example

White with #115AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115AA2; }

 p { color: rgb(17,90,162); }

 H1.HeaderClassName
 {
   color: #115AA2;
 }
 .AnyTagClassName
 {
   color: #115AA2;
 }
</style>

background-color css

<style>
 a { background-color: #115AA2; }

 a { background-color: rgb(17,90,162); }

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

border-color css

<style>
 span { border-color: #115AA2; }

 span { border-color: rgb(17,90,162); }

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