Html Css Color HEX #1192BE Bondi Blue

📋 copy color: '#1192BE'

red 17 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #1192BE

Tints of Bondi Blue #1192BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 4.82%
G = 41.36%
B = 53.82%

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

#1192BE (or 0x1192BE) is known color: Bondi Blue. HEX triplet: 11, 92 and BE. RGB value is (17,146,190). Sum of RGB (Red+Green+Blue) = 17+146+190=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #1192BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192BE is #EE6D41. Grayscale: #707070. Windows color (decimal): -15625538 or 12489233. OLE color: 12489233.

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

Color convert

RGB 17 146 190 -
CMYK 0.91 0.23 0 0.25
HSL 195.26º 0.84% 0.41% -
HSV(B) 195.26º 0.91% 0.75% -
XYZ 19.8 24.39 52.38 -
YUV 112.45 171.76 59.92 -
System Red Green Blue C M Y K H S L
Decimal 17 146 190 0.91 0.23 0 0.25 195.26 0.84 0.41
Hex 11 92 BE 5B 17 0 19 C3 54 29
Octal 21 222 276 133 27 0 31 303 124 51
Binary 10001 10010010 10111110 1011011 10111 0 11001 11000011 1010100 101001

Color Harmonies of #1192BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1192BE

Black with #1192BE

Text Example


Text Example

White with #1192BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1192BE; }

 p { color: rgb(17,146,190); }

 H1.HeaderClassName
 {
   color: #1192BE;
 }
 .AnyTagClassName
 {
   color: #1192BE;
 }
</style>

background-color css

<style>
 a { background-color: #1192BE; }

 a { background-color: rgb(17,146,190); }

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

border-color css

<style>
 span { border-color: #1192BE; }

 span { border-color: rgb(17,146,190); }

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