Html Css Color HEX #0D859B Eastern Blue

📋 copy color: '#0D859B'

red 13 ◦ green 133 ◦ blue 155

#0D859B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0D859B

Tints of Eastern Blue #0D859B

RGB

 RED value IS 13 (5.47% from 255) = 4.32%

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 4.32%
G = 44.19%
B = 51.5%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D859B (or 0x0D859B) is known color: Eastern Blue. HEX triplet: 0D, 85 and 9B. RGB value is (13,133,155). Sum of RGB (Red+Green+Blue) = 13+133+155=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D859B is #F27A64. Grayscale: #636363. Windows color (decimal): -15891045 or 10192141. OLE color: 10192141.

HSL color Cylindrical-coordinate representation of color #0D859B: hue angle of 189.3º 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 #0D859B is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 133 155 -
CMYK 0.92 0.14 0 0.39
HSL 189.3º 0.85% 0.33% -
HSV(B) 189.3º 0.92% 0.61% -
XYZ 14.47 19.23 33.96 -
YUV 99.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 13 133 155 0.92 0.14 0 0.39 189.3 0.85 0.33
Hex D 85 9B 5C E 0 27 BD 55 21
Octal 15 205 233 134 16 0 47 275 125 41
Binary 1101 10000101 10011011 1011100 1110 0 100111 10111101 1010101 100001

Color Harmonies of #0D859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D859B

Black with #0D859B

Text Example


Text Example

White with #0D859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D859B;
 }
 .AnyTagClassName
 {
   color: #0D859B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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