Html Css Color HEX #1289B9 Bondi Blue

📋 copy color: '#1289B9'

red 18 ◦ green 137 ◦ blue 185

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

Shades of Bondi Blue #1289B9

Tints of Bondi Blue #1289B9

RGB

 RED value IS 18 (7.42% from 255) = 5.29%

 GREEN value IS 137 (53.91% from 255) = 40.29%

 BLUE value IS 185 (72.66% from 255) = 54.41%

R = 5.29%
G = 40.29%
B = 54.41%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1289B9 (or 0x1289B9) is known color: Bondi Blue. HEX triplet: 12, 89 and B9. RGB value is (18,137,185). Sum of RGB (Red+Green+Blue) = 18+137+185=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #1289B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289B9 is #ED7646. Grayscale: #6A6A6A. Windows color (decimal): -15562311 or 12159250. OLE color: 12159250.

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

Color convert

RGB 18 137 185 -
CMYK 0.90 0.26 0 0.27
HSL 197.25º 0.82% 0.4% -
HSV(B) 197.25º 0.9% 0.73% -
XYZ 17.95 21.52 49.11 -
YUV 106.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 18 137 185 0.90 0.26 0 0.27 197.25 0.82 0.4
Hex 12 89 B9 5A 1A 0 1B C5 52 28
Octal 22 211 271 132 32 0 33 305 122 50
Binary 10010 10001001 10111001 1011010 11010 0 11011 11000101 1010010 101000

Color Harmonies of #1289B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289B9

Black with #1289B9

Text Example


Text Example

White with #1289B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1289B9;
 }
 .AnyTagClassName
 {
   color: #1289B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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