Html Css Color HEX #1190AA Bondi Blue

📋 copy color: '#1190AA'

red 17 ◦ green 144 ◦ blue 170

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

Shades of Bondi Blue #1190AA

Tints of Bondi Blue #1190AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

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

R = 5.14%
G = 43.5%
B = 51.36%

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

#1190AA (or 0x1190AA) is known color: Bondi Blue. HEX triplet: 11, 90 and AA. RGB value is (17,144,170). Sum of RGB (Red+Green+Blue) = 17+144+170=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #1190AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1190AA is #EE6F55. Grayscale: #6C6C6C. Windows color (decimal): -15626070 or 11178001. OLE color: 11178001.

HSL color Cylindrical-coordinate representation of color #1190AA: hue angle of 190.2º 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 #1190AA is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 144 170 -
CMYK 0.9 0.15 0 0.33
HSL 190.2º 0.82% 0.37% -
HSV(B) 190.2º 0.9% 0.67% -
XYZ 17.46 22.97 41.54 -
YUV 108.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 17 144 170 0.9 0.15 0 0.33 190.2 0.82 0.37
Hex 11 90 AA 5A F 0 21 BE 52 25
Octal 21 220 252 132 17 0 41 276 122 45
Binary 10001 10010000 10101010 1011010 1111 0 100001 10111110 1010010 100101

Color Harmonies of #1190AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190AA

Black with #1190AA

Text Example


Text Example

White with #1190AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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