Html Css Color HEX #0D8CAA Eastern Blue

📋 copy color: '#0D8CAA'

red 13 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #0D8CAA

Tints of Eastern Blue #0D8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 4.02%
G = 43.34%
B = 52.63%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D8CAA (or 0x0D8CAA) is known color: Eastern Blue. HEX triplet: 0D, 8C and AA. RGB value is (13,140,170). Sum of RGB (Red+Green+Blue) = 13+140+170=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D8CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8CAA is #F27355. Grayscale: #696969. Windows color (decimal): -15889238 or 11176973. OLE color: 11176973.

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

Color convert

RGB 13 140 170 -
CMYK 0.92 0.18 0 0.33
HSL 191.47º 0.86% 0.36% -
HSV(B) 191.47º 0.92% 0.67% -
XYZ 16.8 21.74 41.34 -
YUV 105.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 13 140 170 0.92 0.18 0 0.33 191.47 0.86 0.36
Hex D 8C AA 5C 12 0 21 BF 56 24
Octal 15 214 252 134 22 0 41 277 126 44
Binary 1101 10001100 10101010 1011100 10010 0 100001 10111111 1010110 100100

Color Harmonies of #0D8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8CAA

Black with #0D8CAA

Text Example


Text Example

White with #0D8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,140,170); }

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

background-color css

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

 a { background-color: rgb(13,140,170); }

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

border-color css

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

 span { border-color: rgb(13,140,170); }

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