Html Css Color HEX #1198B3 Bondi Blue

📋 copy color: '#1198B3'

red 17 ◦ green 152 ◦ blue 179

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

Shades of Bondi Blue #1198B3

Tints of Bondi Blue #1198B3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 179 (70.31% from 255) = 51.44%

R = 4.89%
G = 43.68%
B = 51.44%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1198B3 (or 0x1198B3) is known color: Bondi Blue. HEX triplet: 11, 98 and B3. RGB value is (17,152,179). Sum of RGB (Red+Green+Blue) = 17+152+179=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #1198B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198B3 is #EE674C. Grayscale: #727272. Windows color (decimal): -15624013 or 11769873. OLE color: 11769873.

HSL color Cylindrical-coordinate representation of color #1198B3: hue angle of 190º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1198B3 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 152 179 -
CMYK 0.91 0.15 0 0.30
HSL 190º 0.83% 0.38% -
HSV(B) 190º 0.91% 0.7% -
XYZ 19.6 25.83 46.6 -
YUV 114.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 17 152 179 0.91 0.15 0 0.30 190 0.83 0.38
Hex 11 98 B3 5B F 0 1E BE 53 26
Octal 21 230 263 133 17 0 36 276 123 46
Binary 10001 10011000 10110011 1011011 1111 0 11110 10111110 1010011 100110

Color Harmonies of #1198B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198B3

Black with #1198B3

Text Example


Text Example

White with #1198B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1198B3; }

 p { color: rgb(17,152,179); }

 H1.HeaderClassName
 {
   color: #1198B3;
 }
 .AnyTagClassName
 {
   color: #1198B3;
 }
</style>

background-color css

<style>
 a { background-color: #1198B3; }

 a { background-color: rgb(17,152,179); }

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

border-color css

<style>
 span { border-color: #1198B3; }

 span { border-color: rgb(17,152,179); }

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