Html Css Color HEX #1191AA Bondi Blue

📋 copy color: '#1191AA'

red 17 ◦ green 145 ◦ blue 170

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

Shades of Bondi Blue #1191AA

Tints of Bondi Blue #1191AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

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

R = 5.12%
G = 43.67%
B = 51.2%

CMYK

 C value IS 0.9

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1191AA (or 0x1191AA) is known color: Bondi Blue. HEX triplet: 11, 91 and AA. RGB value is (17,145,170). Sum of RGB (Red+Green+Blue) = 17+145+170=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #1191AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1191AA is #EE6E55. Grayscale: #6D6D6D. Windows color (decimal): -15625814 or 11178257. OLE color: 11178257.

HSL color Cylindrical-coordinate representation of color #1191AA: hue angle of 189.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1191AA is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 145 170 -
CMYK 0.9 0.15 0 0.33
HSL 189.8º 0.82% 0.37% -
HSV(B) 189.8º 0.9% 0.67% -
XYZ 17.61 23.27 41.59 -
YUV 109.58 162.09 61.97 -
System Red Green Blue C M Y K H S L
Decimal 17 145 170 0.9 0.15 0 0.33 189.8 0.82 0.37
Hex 11 91 AA 5A F 0 21 BE 52 25
Octal 21 221 252 132 17 0 41 276 122 45
Binary 10001 10010001 10101010 1011010 1111 0 100001 10111110 1010010 100101

Color Harmonies of #1191AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191AA

Black with #1191AA

Text Example


Text Example

White with #1191AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,145,170); }

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

background-color css

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

 a { background-color: rgb(17,145,170); }

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

border-color css

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

 span { border-color: rgb(17,145,170); }

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