#0D92B3

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

Shades of Bondi Blue #0D92B3

Tints of Bondi Blue #0D92B3

Color information

#0D92B3 (or 0x0D92B3) is unknown color: approx Bondi Blue. HEX triplet: 0D, 92 and B3. RGB value is (13,146,179). Sum of RGB (Red+Green+Blue) = 13+146+179=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D92B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D92B3 is #F26D4C. Grayscale: #6D6D6D. Windows color (decimal): -15887693 or 11768333. OLE color: 11768333.

HSL color Cylindrical-coordinate representation of color #0D92B3: hue angle of 191.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D92B3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13146179-
CMYK0.930.1800.30
HSL191.93º86.46%37.65%-
HSV(B)191.93º92.74%70.2%-
XYZ18.5823.946.28-
YUV110166.9458.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.85%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 179 (70.31% from 255) = 52.96%
R=3.85%
G=43.20%
B=52.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131461790.930.1800.30191.9386.4637.65
HexD92B35D1201Ec05626
Octal152222631352203630012646
Binary11011001001010110011101110110010011110110000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D92B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D92B3; }

 p { color: rgb(13,146,179); }

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

<style>
 a { background-color: #0D92B3; }

 a { background-color: rgb(13,146,179); }

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

<style>
 span { border-color: #0D92B3; }

 span { border-color: rgb(13,146,179); }

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