Html Css Color HEX #1193BF Bondi Blue

📋 copy color: '#1193BF'

red 17 ◦ green 147 ◦ blue 191

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

Shades of Bondi Blue #1193BF

Tints of Bondi Blue #1193BF

RGB

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

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

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

R = 4.79%
G = 41.41%
B = 53.8%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1193BF (or 0x1193BF) is known color: Bondi Blue. HEX triplet: 11, 93 and BF. RGB value is (17,147,191). Sum of RGB (Red+Green+Blue) = 17+147+191=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #1193BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1193BF is #EE6C40. Grayscale: #707070. Windows color (decimal): -15625281 or 12555025. OLE color: 12555025.

HSL color Cylindrical-coordinate representation of color #1193BF: hue angle of 195.17º 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 #1193BF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 147 191 -
CMYK 0.91 0.23 0 0.25
HSL 195.17º 0.84% 0.41% -
HSV(B) 195.17º 0.91% 0.75% -
XYZ 20.07 24.75 53.01 -
YUV 113.15 171.93 59.42 -
System Red Green Blue C M Y K H S L
Decimal 17 147 191 0.91 0.23 0 0.25 195.17 0.84 0.41
Hex 11 93 BF 5B 17 0 19 C3 54 29
Octal 21 223 277 133 27 0 31 303 124 51
Binary 10001 10010011 10111111 1011011 10111 0 11001 11000011 1010100 101001

Color Harmonies of #1193BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193BF

Black with #1193BF

Text Example


Text Example

White with #1193BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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