#1285B9

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

Shades of Bondi Blue #1285B9

Tints of Bondi Blue #1285B9

Color information

#1285B9 (or 0x1285B9) is unknown color: approx Bondi Blue. HEX triplet: 12, 85 and B9. RGB value is (18,133,185). Sum of RGB (Red+Green+Blue) = 18+133+185=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #1285B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285B9 is #ED7A46. Grayscale: #686868. Windows color (decimal): -15563335 or 12158226. OLE color: 12158226.

HSL color Cylindrical-coordinate representation of color #1285B9: hue angle of 198.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1285B9 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18133185-
CMYK0.900.2800.27
HSL198.68º82.27%39.8%-
HSV(B)198.68º90.27%72.55%-
XYZ17.3920.4148.92-
YUV104.54173.466.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 185 (72.66% from 255) = 55.06%
R=5.36%
G=39.58%
B=55.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181331850.900.2800.27198.6882.2739.8
Hex1285B95A1C01Bc75228
Octal222052711323403330712250
Binary100101000010110111001101101011100011011110001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1285B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1285B9; }

 p { color: rgb(18,133,185); }

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

<style>
 a { background-color: #1285B9; }

 a { background-color: rgb(18,133,185); }

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

<style>
 span { border-color: #1285B9; }

 span { border-color: rgb(18,133,185); }

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