Html Css Color HEX #1193AA Bondi Blue

📋 copy color: '#1193AA'

red 17 ◦ green 147 ◦ blue 170

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

Shades of Bondi Blue #1193AA

Tints of Bondi Blue #1193AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 5.09%
G = 44.01%
B = 50.9%

CMYK

 C value IS 0.9

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1193AA (or 0x1193AA) is known color: Bondi Blue. HEX triplet: 11, 93 and AA. RGB value is (17,147,170). Sum of RGB (Red+Green+Blue) = 17+147+170=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #1193AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193AA is #EE6C55. Grayscale: #6E6E6E. Windows color (decimal): -15625302 or 11178769. OLE color: 11178769.

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

Color convert

RGB 17 147 170 -
CMYK 0.9 0.14 0 0.33
HSL 189.02º 0.82% 0.37% -
HSV(B) 189.02º 0.9% 0.67% -
XYZ 17.92 23.89 41.7 -
YUV 110.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 17 147 170 0.9 0.14 0 0.33 189.02 0.82 0.37
Hex 11 93 AA 5A E 0 21 BD 52 25
Octal 21 223 252 132 16 0 41 275 122 45
Binary 10001 10010011 10101010 1011010 1110 0 100001 10111101 1010010 100101

Color Harmonies of #1193AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193AA

Black with #1193AA

Text Example


Text Example

White with #1193AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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