Html Css Color HEX #1191AD Bondi Blue

📋 copy color: '#1191AD'

red 17 ◦ green 145 ◦ blue 173

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

Shades of Bondi Blue #1191AD

Tints of Bondi Blue #1191AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 5.07%
G = 43.28%
B = 51.64%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1191AD (or 0x1191AD) is known color: Bondi Blue. HEX triplet: 11, 91 and AD. RGB value is (17,145,173). Sum of RGB (Red+Green+Blue) = 17+145+173=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #1191AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1191AD is #EE6E52. Grayscale: #6D6D6D. Windows color (decimal): -15625811 or 11374865. OLE color: 11374865.

HSL color Cylindrical-coordinate representation of color #1191AD: hue angle of 190.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1191AD is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 145 173 -
CMYK 0.90 0.16 0 0.32
HSL 190.77º 0.82% 0.37% -
HSV(B) 190.77º 0.9% 0.68% -
XYZ 17.9 23.39 43.11 -
YUV 109.92 163.59 61.72 -
System Red Green Blue C M Y K H S L
Decimal 17 145 173 0.90 0.16 0 0.32 190.77 0.82 0.37
Hex 11 91 AD 5A 10 0 20 BF 52 25
Octal 21 221 255 132 20 0 40 277 122 45
Binary 10001 10010001 10101101 1011010 10000 0 100000 10111111 1010010 100101

Color Harmonies of #1191AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191AD

Black with #1191AD

Text Example


Text Example

White with #1191AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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