Html Css Color HEX #0D8099 Eastern Blue

📋 copy color: '#0D8099'

red 13 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #0D8099

Tints of Eastern Blue #0D8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 4.42%
G = 43.54%
B = 52.04%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D8099 (or 0x0D8099) is known color: Eastern Blue. HEX triplet: 0D, 80 and 99. RGB value is (13,128,153). Sum of RGB (Red+Green+Blue) = 13+128+153=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D8099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8099 is #F27F66. Grayscale: #606060. Windows color (decimal): -15892327 or 10059789. OLE color: 10059789.

HSL color Cylindrical-coordinate representation of color #0D8099: hue angle of 190.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8099 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 128 153 -
CMYK 0.92 0.16 0 0.4
HSL 190.71º 0.84% 0.33% -
HSV(B) 190.71º 0.92% 0.6% -
XYZ 13.63 17.82 32.86 -
YUV 96.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 13 128 153 0.92 0.16 0 0.4 190.71 0.84 0.33
Hex D 80 99 5C 10 0 28 BF 54 21
Octal 15 200 231 134 20 0 50 277 124 41
Binary 1101 10000000 10011001 1011100 10000 0 101000 10111111 1010100 100001

Color Harmonies of #0D8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8099

Black with #0D8099

Text Example


Text Example

White with #0D8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,153); }

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

background-color css

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

 a { background-color: rgb(13,128,153); }

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

border-color css

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

 span { border-color: rgb(13,128,153); }

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