Html Css Color HEX #1191BF Bondi Blue

📋 copy color: '#1191BF'

red 17 ◦ green 145 ◦ blue 191

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

Shades of Bondi Blue #1191BF

Tints of Bondi Blue #1191BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 4.82%
G = 41.08%
B = 54.11%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1191BF (or 0x1191BF) is known color: Bondi Blue. HEX triplet: 11, 91 and BF. RGB value is (17,145,191). Sum of RGB (Red+Green+Blue) = 17+145+191=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #1191BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191BF is #EE6E40. Grayscale: #6F6F6F. Windows color (decimal): -15625793 or 12554513. OLE color: 12554513.

HSL color Cylindrical-coordinate representation of color #1191BF: hue angle of 195.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1191BF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 145 191 -
CMYK 0.91 0.24 0 0.25
HSL 195.86º 0.84% 0.41% -
HSV(B) 195.86º 0.91% 0.75% -
XYZ 19.76 24.13 52.91 -
YUV 111.97 172.59 60.26 -
System Red Green Blue C M Y K H S L
Decimal 17 145 191 0.91 0.24 0 0.25 195.86 0.84 0.41
Hex 11 91 BF 5B 18 0 19 C4 54 29
Octal 21 221 277 133 30 0 31 304 124 51
Binary 10001 10010001 10111111 1011011 11000 0 11001 11000100 1010100 101001

Color Harmonies of #1191BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191BF

Black with #1191BF

Text Example


Text Example

White with #1191BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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