Html Css Color HEX #1389B7 Bondi Blue

📋 copy color: '#1389B7'

red 19 ◦ green 137 ◦ blue 183

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

Shades of Bondi Blue #1389B7

Tints of Bondi Blue #1389B7

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 5.6%
G = 40.41%
B = 53.98%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1389B7 (or 0x1389B7) is known color: Bondi Blue. HEX triplet: 13, 89 and B7. RGB value is (19,137,183). Sum of RGB (Red+Green+Blue) = 19+137+183=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #1389B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389B7 is #EC7648. Grayscale: #6A6A6A. Windows color (decimal): -15496777 or 12028179. OLE color: 12028179.

HSL color Cylindrical-coordinate representation of color #1389B7: hue angle of 196.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1389B7 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 137 183 -
CMYK 0.90 0.25 0 0.28
HSL 196.83º 0.81% 0.4% -
HSV(B) 196.83º 0.9% 0.72% -
XYZ 17.76 21.45 48 -
YUV 106.96 170.91 65.26 -
System Red Green Blue C M Y K H S L
Decimal 19 137 183 0.90 0.25 0 0.28 196.83 0.81 0.4
Hex 13 89 B7 5A 19 0 1C C5 51 28
Octal 23 211 267 132 31 0 34 305 121 50
Binary 10011 10001001 10110111 1011010 11001 0 11100 11000101 1010001 101000

Color Harmonies of #1389B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389B7

Black with #1389B7

Text Example


Text Example

White with #1389B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389B7; }

 p { color: rgb(19,137,183); }

 H1.HeaderClassName
 {
   color: #1389B7;
 }
 .AnyTagClassName
 {
   color: #1389B7;
 }
</style>

background-color css

<style>
 a { background-color: #1389B7; }

 a { background-color: rgb(19,137,183); }

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

border-color css

<style>
 span { border-color: #1389B7; }

 span { border-color: rgb(19,137,183); }

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