Html Css Color HEX #0D8092 Eastern Blue

📋 copy color: '#0D8092'

red 13 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #0D8092

Tints of Eastern Blue #0D8092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 4.53%
G = 44.6%
B = 50.87%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D8092 (or 0x0D8092) is known color: Eastern Blue. HEX triplet: 0D, 80 and 92. RGB value is (13,128,146). Sum of RGB (Red+Green+Blue) = 13+128+146=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D8092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8092 is #F27F6D. Grayscale: #5F5F5F. Windows color (decimal): -15892334 or 9601037. OLE color: 9601037.

HSL color Cylindrical-coordinate representation of color #0D8092: hue angle of 188.12º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8092 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 128 146 -
CMYK 0.91 0.12 0 0.43
HSL 188.12º 0.84% 0.31% -
HSV(B) 188.12º 0.91% 0.57% -
XYZ 13.07 17.6 29.9 -
YUV 95.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 13 128 146 0.91 0.12 0 0.43 188.12 0.84 0.31
Hex D 80 92 5B C 0 2B BC 54 1F
Octal 15 200 222 133 14 0 53 274 124 37
Binary 1101 10000000 10010010 1011011 1100 0 101011 10111100 1010100 11111

Color Harmonies of #0D8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8092

Black with #0D8092

Text Example


Text Example

White with #0D8092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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