Html Css Color HEX #0D809B Eastern Blue

📋 copy color: '#0D809B'

red 13 ◦ green 128 ◦ blue 155

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

Shades of Eastern Blue #0D809B

Tints of Eastern Blue #0D809B

RGB

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

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

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

R = 4.39%
G = 43.24%
B = 52.36%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D809B (or 0x0D809B) is known color: Eastern Blue. HEX triplet: 0D, 80 and 9B. RGB value is (13,128,155). Sum of RGB (Red+Green+Blue) = 13+128+155=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D809B is #F27F64. Grayscale: #606060. Windows color (decimal): -15892325 or 10190861. OLE color: 10190861.

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

Color convert

RGB 13 128 155 -
CMYK 0.92 0.17 0 0.39
HSL 191.41º 0.85% 0.33% -
HSV(B) 191.41º 0.92% 0.61% -
XYZ 13.8 17.89 33.74 -
YUV 96.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 13 128 155 0.92 0.17 0 0.39 191.41 0.85 0.33
Hex D 80 9B 5C 11 0 27 BF 55 21
Octal 15 200 233 134 21 0 47 277 125 41
Binary 1101 10000000 10011011 1011100 10001 0 100111 10111111 1010101 100001

Color Harmonies of #0D809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D809B

Black with #0D809B

Text Example


Text Example

White with #0D809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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