Html Css Color HEX #1185B8 Bondi Blue

📋 copy color: '#1185B8'

red 17 ◦ green 133 ◦ blue 184

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

Shades of Bondi Blue #1185B8

Tints of Bondi Blue #1185B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 184 (72.27% from 255) = 55.09%

R = 5.09%
G = 39.82%
B = 55.09%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1185B8 (or 0x1185B8) is known color: Bondi Blue. HEX triplet: 11, 85 and B8. RGB value is (17,133,184). Sum of RGB (Red+Green+Blue) = 17+133+184=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #1185B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185B8 is #EE7A47. Grayscale: #676767. Windows color (decimal): -15628872 or 12092689. OLE color: 12092689.

HSL color Cylindrical-coordinate representation of color #1185B8: hue angle of 198.32º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1185B8 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 133 184 -
CMYK 0.91 0.28 0 0.28
HSL 198.32º 0.83% 0.39% -
HSV(B) 198.32º 0.91% 0.72% -
XYZ 17.27 20.35 48.37 -
YUV 104.13 173.07 65.85 -
System Red Green Blue C M Y K H S L
Decimal 17 133 184 0.91 0.28 0 0.28 198.32 0.83 0.39
Hex 11 85 B8 5B 1C 0 1C C6 53 27
Octal 21 205 270 133 34 0 34 306 123 47
Binary 10001 10000101 10111000 1011011 11100 0 11100 11000110 1010011 100111

Color Harmonies of #1185B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185B8

Black with #1185B8

Text Example


Text Example

White with #1185B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1185B8; }

 p { color: rgb(17,133,184); }

 H1.HeaderClassName
 {
   color: #1185B8;
 }
 .AnyTagClassName
 {
   color: #1185B8;
 }
</style>

background-color css

<style>
 a { background-color: #1185B8; }

 a { background-color: rgb(17,133,184); }

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

border-color css

<style>
 span { border-color: #1185B8; }

 span { border-color: rgb(17,133,184); }

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