Html Css Color HEX #1184BE Bondi Blue

📋 copy color: '#1184BE'

red 17 ◦ green 132 ◦ blue 190

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

Shades of Bondi Blue #1184BE

Tints of Bondi Blue #1184BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

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

R = 5.01%
G = 38.94%
B = 56.05%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1184BE (or 0x1184BE) is known color: Bondi Blue. HEX triplet: 11, 84 and BE. RGB value is (17,132,190). Sum of RGB (Red+Green+Blue) = 17+132+190=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #1184BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184BE is #EE7B41. Grayscale: #676767. Windows color (decimal): -15629122 or 12485649. OLE color: 12485649.

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

Color convert

RGB 17 132 190 -
CMYK 0.91 0.31 0 0.25
HSL 200.12º 0.84% 0.41% -
HSV(B) 200.12º 0.91% 0.75% -
XYZ 17.78 20.34 51.7 -
YUV 104.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 17 132 190 0.91 0.31 0 0.25 200.12 0.84 0.41
Hex 11 84 BE 5B 1F 0 19 C8 54 29
Octal 21 204 276 133 37 0 31 310 124 51
Binary 10001 10000100 10111110 1011011 11111 0 11001 11001000 1010100 101001

Color Harmonies of #1184BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184BE

Black with #1184BE

Text Example


Text Example

White with #1184BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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