#1293BA

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

Shades of Bondi Blue #1293BA

Tints of Bondi Blue #1293BA

Color information

#1293BA (or 0x1293BA) is unknown color: approx Bondi Blue. HEX triplet: 12, 93 and BA. RGB value is (18,147,186). Sum of RGB (Red+Green+Blue) = 18+147+186=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #1293BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293BA is #ED6C45. Grayscale: #707070. Windows color (decimal): -15559750 or 12227346. OLE color: 12227346.

HSL color Cylindrical-coordinate representation of color #1293BA: hue angle of 193.93º 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 #1293BA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18147186-
CMYK0.900.2100.27
HSL193.93º82.35%40%-
HSV(B)193.93º90.32%72.94%-
XYZ19.5524.5450.16-
YUV112.88169.2660.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=5.13%
G=41.88%
B=52.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181471860.900.2100.27193.9382.3540
Hex1293BA5A1501Bc25228
Octal222232721322503330212250
Binary100101001001110111010101101010101011011110000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1293BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1293BA; }

 p { color: rgb(18,147,186); }

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

<style>
 a { background-color: #1293BA; }

 a { background-color: rgb(18,147,186); }

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

<style>
 span { border-color: #1293BA; }

 span { border-color: rgb(18,147,186); }

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