#0C8098

Color #0C8098 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0C8098

Tints of Eastern Blue #0C8098

Color information

#0C8098 (or 0x0C8098) is unknown color: approx Eastern Blue. HEX triplet: 0C, 80 and 98. RGB value is (12,128,152). Sum of RGB (Red+Green+Blue) = 12+128+152=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C8098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8098 is #F37F67. Grayscale: #5F5F5F. Windows color (decimal): -15957864 or 9994252. OLE color: 9994252.

HSL color Cylindrical-coordinate representation of color #0C8098: hue angle of 190.29º 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 #0C8098 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12128152-
CMYK0.920.1600.40
HSL190.29º85.37%32.16%-
HSV(B)190.29º92.11%59.61%-
XYZ13.5417.7832.42-
YUV96.05159.5768.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=4.11%
G=43.84%
B=52.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121281520.920.1600.40190.2985.3732.16
HexC80985C10028be5520
Octal142002301342005027612540
Binary110010000000100110001011100100000101000101111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8098;
 }
 .AnyTagClassName
 {
   color: #0C8098;
 }
</style>
background-color css

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

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

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

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

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

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