#0D92A0

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

Shades of Eastern Blue #0D92A0

Tints of Eastern Blue #0D92A0

Color information

#0D92A0 (or 0x0D92A0) is unknown color: approx Eastern Blue. HEX triplet: 0D, 92 and A0. RGB value is (13,146,160). Sum of RGB (Red+Green+Blue) = 13+146+160=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D92A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D92A0 is #F26D5F. Grayscale: #6B6B6B. Windows color (decimal): -15887712 or 10523149. OLE color: 10523149.

HSL color Cylindrical-coordinate representation of color #0D92A0: hue angle of 185.71º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D92A0 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13146160-
CMYK0.920.0900.37
HSL185.71º84.97%33.92%-
HSV(B)185.71º91.87%62.75%-
XYZ16.7923.1836.85-
YUV107.83157.4460.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 160 (62.89% from 255) = 50.16%
R=4.08%
G=45.77%
B=50.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131461600.920.0900.37185.7184.9733.92
HexD92A05C9025ba5522
Octal152222401341104527212542
Binary11011001001010100000101110010010100101101110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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