Html Css Color HEX #1392BE Bondi Blue

📋 copy color: '#1392BE'

red 19 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #1392BE

Tints of Bondi Blue #1392BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 5.35%
G = 41.13%
B = 53.52%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1392BE (or 0x1392BE) is known color: Bondi Blue. HEX triplet: 13, 92 and BE. RGB value is (19,146,190). Sum of RGB (Red+Green+Blue) = 19+146+190=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #1392BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392BE is #EC6D41. Grayscale: #707070. Windows color (decimal): -15494466 or 12489235. OLE color: 12489235.

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

Color convert

RGB 19 146 190 -
CMYK 0.90 0.23 0 0.25
HSL 195.44º 0.82% 0.41% -
HSV(B) 195.44º 0.9% 0.75% -
XYZ 19.84 24.41 52.38 -
YUV 113.04 171.42 60.92 -
System Red Green Blue C M Y K H S L
Decimal 19 146 190 0.90 0.23 0 0.25 195.44 0.82 0.41
Hex 13 92 BE 5A 17 0 19 C3 52 29
Octal 23 222 276 132 27 0 31 303 122 51
Binary 10011 10010010 10111110 1011010 10111 0 11001 11000011 1010010 101001

Color Harmonies of #1392BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1392BE

Black with #1392BE

Text Example


Text Example

White with #1392BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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