Html Css Color HEX #1392BB Bondi Blue

📋 copy color: '#1392BB'

red 19 ◦ green 146 ◦ blue 187

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

Shades of Bondi Blue #1392BB

Tints of Bondi Blue #1392BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 5.4%
G = 41.48%
B = 53.13%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1392BB (or 0x1392BB) is known color: Bondi Blue. HEX triplet: 13, 92 and BB. RGB value is (19,146,187). Sum of RGB (Red+Green+Blue) = 19+146+187=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1392BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392BB is #EC6D44. Grayscale: #707070. Windows color (decimal): -15494469 or 12292627. OLE color: 12292627.

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

Color convert

RGB 19 146 187 -
CMYK 0.90 0.22 0 0.27
HSL 194.64º 0.82% 0.4% -
HSV(B) 194.64º 0.9% 0.73% -
XYZ 19.52 24.28 50.67 -
YUV 112.7 169.92 61.17 -
System Red Green Blue C M Y K H S L
Decimal 19 146 187 0.90 0.22 0 0.27 194.64 0.82 0.4
Hex 13 92 BB 5A 16 0 1B C3 52 28
Octal 23 222 273 132 26 0 33 303 122 50
Binary 10011 10010010 10111011 1011010 10110 0 11011 11000011 1010010 101000

Color Harmonies of #1392BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1392BB

Black with #1392BB

Text Example


Text Example

White with #1392BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1392BB; }

 p { color: rgb(19,146,187); }

 H1.HeaderClassName
 {
   color: #1392BB;
 }
 .AnyTagClassName
 {
   color: #1392BB;
 }
</style>

background-color css

<style>
 a { background-color: #1392BB; }

 a { background-color: rgb(19,146,187); }

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

border-color css

<style>
 span { border-color: #1392BB; }

 span { border-color: rgb(19,146,187); }

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