Html Css Color HEX #1183BE Bondi Blue

📋 copy color: '#1183BE'

red 17 ◦ green 131 ◦ blue 190

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

Shades of Bondi Blue #1183BE

Tints of Bondi Blue #1183BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 5.03%
G = 38.76%
B = 56.21%

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

#1183BE (or 0x1183BE) is known color: Bondi Blue. HEX triplet: 11, 83 and BE. RGB value is (17,131,190). Sum of RGB (Red+Green+Blue) = 17+131+190=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #1183BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183BE is #EE7C41. Grayscale: #676767. Windows color (decimal): -15629378 or 12485393. OLE color: 12485393.

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

Color convert

RGB 17 131 190 -
CMYK 0.91 0.31 0 0.25
HSL 200.46º 0.84% 0.41% -
HSV(B) 200.46º 0.91% 0.75% -
XYZ 17.64 20.07 51.66 -
YUV 103.64 176.73 66.2 -
System Red Green Blue C M Y K H S L
Decimal 17 131 190 0.91 0.31 0 0.25 200.46 0.84 0.41
Hex 11 83 BE 5B 1F 0 19 C8 54 29
Octal 21 203 276 133 37 0 31 310 124 51
Binary 10001 10000011 10111110 1011011 11111 0 11001 11001000 1010100 101001

Color Harmonies of #1183BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183BE

Black with #1183BE

Text Example


Text Example

White with #1183BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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