Html Css Color HEX #1584BA Bondi Blue

📋 copy color: '#1584BA'

red 21 ◦ green 132 ◦ blue 186

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

Shades of Bondi Blue #1584BA

Tints of Bondi Blue #1584BA

RGB

 RED value IS 21 (8.59% from 255) = 6.19%

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 6.19%
G = 38.94%
B = 54.87%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1584BA (or 0x1584BA) is known color: Bondi Blue. HEX triplet: 15, 84 and BA. RGB value is (21,132,186). Sum of RGB (Red+Green+Blue) = 21+132+186=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1584BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584BA is #EA7B45. Grayscale: #686868. Windows color (decimal): -15366982 or 12223509. OLE color: 12223509.

HSL color Cylindrical-coordinate representation of color #1584BA: hue angle of 199.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1584BA is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 132 186 -
CMYK 0.89 0.29 0 0.27
HSL 199.64º 0.8% 0.41% -
HSV(B) 199.64º 0.89% 0.73% -
XYZ 17.42 20.21 49.44 -
YUV 104.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 21 132 186 0.89 0.29 0 0.27 199.64 0.8 0.41
Hex 15 84 BA 59 1D 0 1B C8 50 29
Octal 25 204 272 131 35 0 33 310 120 51
Binary 10101 10000100 10111010 1011001 11101 0 11011 11001000 1010000 101001

Color Harmonies of #1584BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584BA

Black with #1584BA

Text Example


Text Example

White with #1584BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1584BA; }

 p { color: rgb(21,132,186); }

 H1.HeaderClassName
 {
   color: #1584BA;
 }
 .AnyTagClassName
 {
   color: #1584BA;
 }
</style>

background-color css

<style>
 a { background-color: #1584BA; }

 a { background-color: rgb(21,132,186); }

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

border-color css

<style>
 span { border-color: #1584BA; }

 span { border-color: rgb(21,132,186); }

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