Html Css Color HEX #0D889D Eastern Blue

📋 copy color: '#0D889D'

red 13 ◦ green 136 ◦ blue 157

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

Shades of Eastern Blue #0D889D

Tints of Eastern Blue #0D889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 4.25%
G = 44.44%
B = 51.31%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D889D (or 0x0D889D) is known color: Eastern Blue. HEX triplet: 0D, 88 and 9D. RGB value is (13,136,157). Sum of RGB (Red+Green+Blue) = 13+136+157=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D889D is #F27762. Grayscale: #656565. Windows color (decimal): -15890275 or 10323981. OLE color: 10323981.

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

Color convert

RGB 13 136 157 -
CMYK 0.92 0.13 0 0.38
HSL 188.75º 0.85% 0.33% -
HSV(B) 188.75º 0.92% 0.62% -
XYZ 15.06 20.13 34.99 -
YUV 101.62 159.25 64.79 -
System Red Green Blue C M Y K H S L
Decimal 13 136 157 0.92 0.13 0 0.38 188.75 0.85 0.33
Hex D 88 9D 5C D 0 26 BD 55 21
Octal 15 210 235 134 15 0 46 275 125 41
Binary 1101 10001000 10011101 1011100 1101 0 100110 10111101 1010101 100001

Color Harmonies of #0D889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D889D

Black with #0D889D

Text Example


Text Example

White with #0D889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,136,157); }

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

background-color css

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

 a { background-color: rgb(13,136,157); }

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

border-color css

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

 span { border-color: rgb(13,136,157); }

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