Html Css Color HEX #0D8199 Eastern Blue

📋 copy color: '#0D8199'

red 13 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #0D8199

Tints of Eastern Blue #0D8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 4.41%
G = 43.73%
B = 51.86%

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

#0D8199 (or 0x0D8199) is known color: Eastern Blue. HEX triplet: 0D, 81 and 99. RGB value is (13,129,153). Sum of RGB (Red+Green+Blue) = 13+129+153=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D8199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8199 is #F27E66. Grayscale: #606060. Windows color (decimal): -15892071 or 10060045. OLE color: 10060045.

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

Color convert

RGB 13 129 153 -
CMYK 0.92 0.16 0 0.4
HSL 190.29º 0.84% 0.33% -
HSV(B) 190.29º 0.92% 0.6% -
XYZ 13.77 18.09 32.9 -
YUV 97.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 13 129 153 0.92 0.16 0 0.4 190.29 0.84 0.33
Hex D 81 99 5C 10 0 28 BE 54 21
Octal 15 201 231 134 20 0 50 276 124 41
Binary 1101 10000001 10011001 1011100 10000 0 101000 10111110 1010100 100001

Color Harmonies of #0D8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8199

Black with #0D8199

Text Example


Text Example

White with #0D8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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