Html Css Color HEX #1386BD Bondi Blue

📋 copy color: '#1386BD'

red 19 ◦ green 134 ◦ blue 189

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

Shades of Bondi Blue #1386BD

Tints of Bondi Blue #1386BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 5.56%
G = 39.18%
B = 55.26%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1386BD (or 0x1386BD) is known color: Bondi Blue. HEX triplet: 13, 86 and BD. RGB value is (19,134,189). Sum of RGB (Red+Green+Blue) = 19+134+189=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #1386BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386BD is #EC7942. Grayscale: #696969. Windows color (decimal): -15497539 or 12420627. OLE color: 12420627.

HSL color Cylindrical-coordinate representation of color #1386BD: hue angle of 199.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1386BD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 134 189 -
CMYK 0.90 0.29 0 0.26
HSL 199.41º 0.82% 0.41% -
HSV(B) 199.41º 0.9% 0.74% -
XYZ 17.98 20.86 51.22 -
YUV 105.89 174.9 66.03 -
System Red Green Blue C M Y K H S L
Decimal 19 134 189 0.90 0.29 0 0.26 199.41 0.82 0.41
Hex 13 86 BD 5A 1D 0 1A C7 52 29
Octal 23 206 275 132 35 0 32 307 122 51
Binary 10011 10000110 10111101 1011010 11101 0 11010 11000111 1010010 101001

Color Harmonies of #1386BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386BD

Black with #1386BD

Text Example


Text Example

White with #1386BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1386BD; }

 p { color: rgb(19,134,189); }

 H1.HeaderClassName
 {
   color: #1386BD;
 }
 .AnyTagClassName
 {
   color: #1386BD;
 }
</style>

background-color css

<style>
 a { background-color: #1386BD; }

 a { background-color: rgb(19,134,189); }

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

border-color css

<style>
 span { border-color: #1386BD; }

 span { border-color: rgb(19,134,189); }

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