Html Css Color HEX #1391BD Bondi Blue

📋 copy color: '#1391BD'

red 19 ◦ green 145 ◦ blue 189

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

Shades of Bondi Blue #1391BD

Tints of Bondi Blue #1391BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

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

R = 5.38%
G = 41.08%
B = 53.54%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1391BD (or 0x1391BD) is known color: Bondi Blue. HEX triplet: 13, 91 and BD. RGB value is (19,145,189). Sum of RGB (Red+Green+Blue) = 19+145+189=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #1391BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1391BD is #EC6E42. Grayscale: #707070. Windows color (decimal): -15494723 or 12423443. OLE color: 12423443.

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

Color convert

RGB 19 145 189 -
CMYK 0.90 0.23 0 0.26
HSL 195.53º 0.82% 0.41% -
HSV(B) 195.53º 0.9% 0.74% -
XYZ 19.58 24.06 51.76 -
YUV 112.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 19 145 189 0.90 0.23 0 0.26 195.53 0.82 0.41
Hex 13 91 BD 5A 17 0 1A C4 52 29
Octal 23 221 275 132 27 0 32 304 122 51
Binary 10011 10010001 10111101 1011010 10111 0 11010 11000100 1010010 101001

Color Harmonies of #1391BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391BD

Black with #1391BD

Text Example


Text Example

White with #1391BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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