Html Css Color HEX #1491BE Bondi Blue

📋 copy color: '#1491BE'

red 20 ◦ green 145 ◦ blue 190

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

Shades of Bondi Blue #1491BE

Tints of Bondi Blue #1491BE

RGB

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

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

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

R = 5.63%
G = 40.85%
B = 53.52%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1491BE (or 0x1491BE) is known color: Bondi Blue. HEX triplet: 14, 91 and BE. RGB value is (20,145,190). Sum of RGB (Red+Green+Blue) = 20+145+190=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 145 (57.03% from 255 or 40.85% 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 #1491BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491BE is #EB6E41. Grayscale: #707070. Windows color (decimal): -15429186 or 12488980. OLE color: 12488980.

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

Color convert

RGB 20 145 190 -
CMYK 0.89 0.24 0 0.25
HSL 195.88º 0.81% 0.41% -
HSV(B) 195.88º 0.89% 0.75% -
XYZ 19.71 24.12 52.33 -
YUV 112.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 20 145 190 0.89 0.24 0 0.25 195.88 0.81 0.41
Hex 14 91 BE 59 18 0 19 C4 51 29
Octal 24 221 276 131 30 0 31 304 121 51
Binary 10100 10010001 10111110 1011001 11000 0 11001 11000100 1010001 101001

Color Harmonies of #1491BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491BE

Black with #1491BE

Text Example


Text Example

White with #1491BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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