#0293B4

Color #0293B4 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0293B4

Tints of Bondi Blue #0293B4

Color information

#0293B4 (or 0x0293B4) is unknown color: approx Bondi Blue. HEX triplet: 02, 93 and B4. RGB value is (2,147,180). Sum of RGB (Red+Green+Blue) = 2+147+180=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #0293B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293B4 is #FD6C4B. Grayscale: #6B6B6B. Windows color (decimal): -16608332 or 11834114. OLE color: 11834114.

HSL color Cylindrical-coordinate representation of color #0293B4: hue angle of 191.12º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293B4 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2147180-
CMYK0.990.1800.29
HSL191.12º97.8%35.69%-
HSV(B)191.12º98.89%70.59%-
XYZ18.724.1846.86-
YUV107.41168.9652.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=0.61%
G=44.68%
B=54.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21471800.990.1800.29191.1297.835.69
Hex293B4631201Dbf6224
Octal22232641432203527714244
Binary101001001110110100110001110010011101101111111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0293B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0293B4; }

 p { color: rgb(2,147,180); }

 H1.HeaderClassName
 {
   color: #0293B4;
 }
 .AnyTagClassName
 {
   color: #0293B4;
 }
</style>
background-color css

<style>
 a { background-color: #0293B4; }

 a { background-color: rgb(2,147,180); }

 div.DivClassName
 {
   background-color: #0293B4;
 }
 .BgClassName
 {
   background-color: #0293B4;
 }
</style>
border-color css

<style>
 span { border-color: #0293B4; }

 span { border-color: rgb(2,147,180); }

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