Html Css Color HEX #1153A5 Cobalt

📋 copy color: '#1153A5'

red 17 ◦ green 83 ◦ blue 165

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

Shades of Cobalt #1153A5

Tints of Cobalt #1153A5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 165 (64.84% from 255) = 62.26%

R = 6.42%
G = 31.32%
B = 62.26%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1153A5 (or 0x1153A5) is known color: Cobalt. HEX triplet: 11, 53 and A5. RGB value is (17,83,165). Sum of RGB (Red+Green+Blue) = 17+83+165=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #1153A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1153A5 is #EEAC5A. Grayscale: #484848. Windows color (decimal): -15641691 or 10834705. OLE color: 10834705.

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

Color convert

RGB 17 83 165 -
CMYK 0.90 0.50 0 0.35
HSL 213.24º 0.81% 0.36% -
HSV(B) 213.24º 0.9% 0.65% -
XYZ 10.12 9.02 36.81 -
YUV 72.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 17 83 165 0.90 0.50 0 0.35 213.24 0.81 0.36
Hex 11 53 A5 5A 32 0 23 D5 51 24
Octal 21 123 245 132 62 0 43 325 121 44
Binary 10001 1010011 10100101 1011010 110010 0 100011 11010101 1010001 100100

Color Harmonies of #1153A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153A5

Black with #1153A5

Text Example


Text Example

White with #1153A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1153A5; }

 p { color: rgb(17,83,165); }

 H1.HeaderClassName
 {
   color: #1153A5;
 }
 .AnyTagClassName
 {
   color: #1153A5;
 }
</style>

background-color css

<style>
 a { background-color: #1153A5; }

 a { background-color: rgb(17,83,165); }

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

border-color css

<style>
 span { border-color: #1153A5; }

 span { border-color: rgb(17,83,165); }

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