Html Css Color HEX #0D85A3 Eastern Blue

📋 copy color: '#0D85A3'

red 13 ◦ green 133 ◦ blue 163

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

Shades of Eastern Blue #0D85A3

Tints of Eastern Blue #0D85A3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

 BLUE value IS 163 (64.06% from 255) = 52.75%

R = 4.21%
G = 43.04%
B = 52.75%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0D85A3 (or 0x0D85A3) is known color: Eastern Blue. HEX triplet: 0D, 85 and A3. RGB value is (13,133,163). Sum of RGB (Red+Green+Blue) = 13+133+163=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #0D85A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D85A3 is #F27A5C. Grayscale: #646464. Windows color (decimal): -15891037 or 10716429. OLE color: 10716429.

HSL color Cylindrical-coordinate representation of color #0D85A3: hue angle of 192º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D85A3 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 133 163 -
CMYK 0.92 0.18 0 0.36
HSL 192º 0.85% 0.35% -
HSV(B) 192º 0.92% 0.64% -
XYZ 15.16 19.5 37.62 -
YUV 100.54 163.24 65.56 -
System Red Green Blue C M Y K H S L
Decimal 13 133 163 0.92 0.18 0 0.36 192 0.85 0.35
Hex D 85 A3 5C 12 0 24 C0 55 23
Octal 15 205 243 134 22 0 44 300 125 43
Binary 1101 10000101 10100011 1011100 10010 0 100100 11000000 1010101 100011

Color Harmonies of #0D85A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D85A3

Black with #0D85A3

Text Example


Text Example

White with #0D85A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,163); }

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

background-color css

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

 a { background-color: rgb(13,133,163); }

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

border-color css

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

 span { border-color: rgb(13,133,163); }

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