Html Css Color HEX #0D9AA1 Eastern Blue

📋 copy color: '#0D9AA1'

red 13 ◦ green 154 ◦ blue 161

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

Shades of Eastern Blue #0D9AA1

Tints of Eastern Blue #0D9AA1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 161 (63.28% from 255) = 49.09%

R = 3.96%
G = 46.95%
B = 49.09%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0D9AA1 (or 0x0D9AA1) is known color: Eastern Blue. HEX triplet: 0D, 9A and A1. RGB value is (13,154,161). Sum of RGB (Red+Green+Blue) = 13+154+161=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #0D9AA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9AA1 is #F2655E. Grayscale: #707070. Windows color (decimal): -15885663 or 10590733. OLE color: 10590733.

HSL color Cylindrical-coordinate representation of color #0D9AA1: hue angle of 182.84º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9AA1 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 154 161 -
CMYK 0.92 0.04 0 0.37
HSL 182.84º 0.85% 0.34% -
HSV(B) 182.84º 0.92% 0.63% -
XYZ 18.15 25.77 37.74 -
YUV 112.64 155.29 56.93 -
System Red Green Blue C M Y K H S L
Decimal 13 154 161 0.92 0.04 0 0.37 182.84 0.85 0.34
Hex D 9A A1 5C 4 0 25 B7 55 22
Octal 15 232 241 134 4 0 45 267 125 42
Binary 1101 10011010 10100001 1011100 100 0 100101 10110111 1010101 100010

Color Harmonies of #0D9AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9AA1

Black with #0D9AA1

Text Example


Text Example

White with #0D9AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,161); }

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

background-color css

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

 a { background-color: rgb(13,154,161); }

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

border-color css

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

 span { border-color: rgb(13,154,161); }

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