Html Css Color HEX #1389BF Bondi Blue

📋 copy color: '#1389BF'

red 19 ◦ green 137 ◦ blue 191

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

Shades of Bondi Blue #1389BF

Tints of Bondi Blue #1389BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.04%

R = 5.48%
G = 39.48%
B = 55.04%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1389BF (or 0x1389BF) is known color: Bondi Blue. HEX triplet: 13, 89 and BF. RGB value is (19,137,191). Sum of RGB (Red+Green+Blue) = 19+137+191=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #1389BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389BF is #EC7640. Grayscale: #6B6B6B. Windows color (decimal): -15496769 or 12552467. OLE color: 12552467.

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

Color convert

RGB 19 137 191 -
CMYK 0.90 0.28 0 0.25
HSL 198.84º 0.82% 0.41% -
HSV(B) 198.84º 0.9% 0.75% -
XYZ 18.62 21.79 52.52 -
YUV 107.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 19 137 191 0.90 0.28 0 0.25 198.84 0.82 0.41
Hex 13 89 BF 5A 1C 0 19 C7 52 29
Octal 23 211 277 132 34 0 31 307 122 51
Binary 10011 10001001 10111111 1011010 11100 0 11001 11000111 1010010 101001

Color Harmonies of #1389BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389BF

Black with #1389BF

Text Example


Text Example

White with #1389BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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