#0D929B

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

Shades of Eastern Blue #0D929B

Tints of Eastern Blue #0D929B

Color information

#0D929B (or 0x0D929B) is unknown color: approx Eastern Blue. HEX triplet: 0D, 92 and 9B. RGB value is (13,146,155). Sum of RGB (Red+Green+Blue) = 13+146+155=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D929B is #F26D64. Grayscale: #6B6B6B. Windows color (decimal): -15887717 or 10195469. OLE color: 10195469.

HSL color Cylindrical-coordinate representation of color #0D929B: hue angle of 183.8º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D929B is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13146155-
CMYK0.920.0600.39
HSL183.8º84.52%32.94%-
HSV(B)183.8º91.61%60.78%-
XYZ16.3623.0134.59-
YUV107.26154.9460.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.14%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=4.14%
G=46.50%
B=49.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131461550.920.0600.39183.884.5232.94
HexD929B5C6027b85521
Octal15222233134604727012541
Binary1101100100101001101110111001100100111101110001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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