Html Css Color HEX #0C8091 Eastern Blue

📋 copy color: '#0C8091'

red 12 ◦ green 128 ◦ blue 145

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

Shades of Eastern Blue #0C8091

Tints of Eastern Blue #0C8091

RGB

 RED value IS 12 (5.08% from 255) = 4.21%

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

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 4.21%
G = 44.91%
B = 50.88%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C8091 (or 0x0C8091) is known color: Eastern Blue. HEX triplet: 0C, 80 and 91. RGB value is (12,128,145). Sum of RGB (Red+Green+Blue) = 12+128+145=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C8091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8091 is #F37F6E. Grayscale: #5F5F5F. Windows color (decimal): -15957871 or 9535500. OLE color: 9535500.

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

Color convert

RGB 12 128 145 -
CMYK 0.92 0.12 0 0.43
HSL 187.67º 0.85% 0.31% -
HSV(B) 187.67º 0.92% 0.57% -
XYZ 12.98 17.56 29.49 -
YUV 95.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 12 128 145 0.92 0.12 0 0.43 187.67 0.85 0.31
Hex C 80 91 5C C 0 2B BC 55 1F
Octal 14 200 221 134 14 0 53 274 125 37
Binary 1100 10000000 10010001 1011100 1100 0 101011 10111100 1010101 11111

Color Harmonies of #0C8091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8091

Black with #0C8091

Text Example


Text Example

White with #0C8091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,145); }

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

background-color css

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

 a { background-color: rgb(12,128,145); }

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

border-color css

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

 span { border-color: rgb(12,128,145); }

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