#1287C3

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

Shades of Bondi Blue #1287C3

Tints of Bondi Blue #1287C3

Color information

#1287C3 (or 0x1287C3) is unknown color: approx Bondi Blue. HEX triplet: 12, 87 and C3. RGB value is (18,135,195). Sum of RGB (Red+Green+Blue) = 18+135+195=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #1287C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287C3 is #ED783C. Grayscale: #6A6A6A. Windows color (decimal): -15562813 or 12814098. OLE color: 12814098.

HSL color Cylindrical-coordinate representation of color #1287C3: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1287C3 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18135195-
CMYK0.910.3100.24
HSL200.34º83.1%41.76%-
HSV(B)200.34º90.77%76.47%-
XYZ18.7621.454.77-
YUV106.86177.7464.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 195 (76.56% from 255) = 56.03%
R=5.17%
G=38.79%
B=56.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181351950.910.3100.24200.3483.141.76
Hex1287C35B1F018c8532a
Octal222073031333703031012352
Binary100101000011111000011101101111111011000110010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1287C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1287C3; }

 p { color: rgb(18,135,195); }

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

<style>
 a { background-color: #1287C3; }

 a { background-color: rgb(18,135,195); }

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

<style>
 span { border-color: #1287C3; }

 span { border-color: rgb(18,135,195); }

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