Html Css Color HEX #0C8099 Eastern Blue

📋 copy color: '#0C8099'

red 12 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #0C8099

Tints of Eastern Blue #0C8099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 4.1%
G = 43.69%
B = 52.22%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C8099 (or 0x0C8099) is known color: Eastern Blue. HEX triplet: 0C, 80 and 99. RGB value is (12,128,153). Sum of RGB (Red+Green+Blue) = 12+128+153=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C8099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8099 is #F37F66. Grayscale: #5F5F5F. Windows color (decimal): -15957863 or 10059788. OLE color: 10059788.

HSL color Cylindrical-coordinate representation of color #0C8099: hue angle of 190.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8099 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 128 153 -
CMYK 0.92 0.16 0 0.4
HSL 190.64º 0.85% 0.32% -
HSV(B) 190.64º 0.92% 0.6% -
XYZ 13.62 17.82 32.86 -
YUV 96.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 12 128 153 0.92 0.16 0 0.4 190.64 0.85 0.32
Hex C 80 99 5C 10 0 28 BF 55 20
Octal 14 200 231 134 20 0 50 277 125 40
Binary 1100 10000000 10011001 1011100 10000 0 101000 10111111 1010101 100000

Color Harmonies of #0C8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8099

Black with #0C8099

Text Example


Text Example

White with #0C8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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