Html Css Color HEX #1492BE Bondi Blue

📋 copy color: '#1492BE'

red 20 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #1492BE

Tints of Bondi Blue #1492BE

RGB

 RED value IS 20 (8.2% from 255) = 5.62%

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

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

R = 5.62%
G = 41.01%
B = 53.37%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1492BE (or 0x1492BE) is known color: Bondi Blue. HEX triplet: 14, 92 and BE. RGB value is (20,146,190). Sum of RGB (Red+Green+Blue) = 20+146+190=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #1492BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492BE is #EB6D41. Grayscale: #717171. Windows color (decimal): -15428930 or 12489236. OLE color: 12489236.

HSL color Cylindrical-coordinate representation of color #1492BE: hue angle of 195.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1492BE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 146 190 -
CMYK 0.89 0.23 0 0.25
HSL 195.53º 0.81% 0.41% -
HSV(B) 195.53º 0.89% 0.75% -
XYZ 19.86 24.42 52.38 -
YUV 113.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 20 146 190 0.89 0.23 0 0.25 195.53 0.81 0.41
Hex 14 92 BE 59 17 0 19 C4 51 29
Octal 24 222 276 131 27 0 31 304 121 51
Binary 10100 10010010 10111110 1011001 10111 0 11001 11000100 1010001 101001

Color Harmonies of #1492BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492BE

Black with #1492BE

Text Example


Text Example

White with #1492BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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