#0D94A5

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

Shades of Eastern Blue #0D94A5

Tints of Eastern Blue #0D94A5

Color information

#0D94A5 (or 0x0D94A5) is unknown color: approx Eastern Blue. HEX triplet: 0D, 94 and A5. RGB value is (13,148,165). Sum of RGB (Red+Green+Blue) = 13+148+165=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #0D94A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D94A5 is #F26B5A. Grayscale: #6D6D6D. Windows color (decimal): -15887195 or 10851341. OLE color: 10851341.

HSL color Cylindrical-coordinate representation of color #0D94A5: hue angle of 186.71º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D94A5 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13148165-
CMYK0.920.1000.35
HSL186.71º85.39%34.9%-
HSV(B)186.71º92.12%64.71%-
XYZ17.5523.9839.3-
YUV109.57159.2759.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.99%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=3.99%
G=45.40%
B=50.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131481650.920.1000.35186.7185.3934.9
HexD94A55CA023bb5523
Octal152242451341204327312543
Binary11011001010010100101101110010100100011101110111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,165); }

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

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

 a { background-color: rgb(13,148,165); }

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

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

 span { border-color: rgb(13,148,165); }

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