#1289BE

Color #1289BE Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1289BE

Tints of Bondi Blue #1289BE

Color information

#1289BE (or 0x1289BE) is unknown color: approx Bondi Blue. HEX triplet: 12, 89 and BE. RGB value is (18,137,190). Sum of RGB (Red+Green+Blue) = 18+137+190=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1289BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289BE is #ED7641. Grayscale: #6B6B6B. Windows color (decimal): -15562306 or 12486930. OLE color: 12486930.

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

Color convert

RGB18137190-
CMYK0.910.2800.25
HSL198.49º82.69%40.78%-
HSV(B)198.49º90.53%74.51%-
XYZ18.4921.7451.94-
YUV107.46174.5864.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=5.22%
G=39.71%
B=55.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181371900.910.2800.25198.4982.6940.78
Hex1289BE5B1C019c65329
Octal222112761333403130612351
Binary100101000100110111110101101111100011001110001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1289BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,137,190); }

 H1.HeaderClassName
 {
   color: #1289BE;
 }
 .AnyTagClassName
 {
   color: #1289BE;
 }
</style>
background-color css

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

 a { background-color: rgb(18,137,190); }

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

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

 span { border-color: rgb(18,137,190); }

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