#0C929E

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

Shades of Eastern Blue #0C929E

Tints of Eastern Blue #0C929E

Color information

#0C929E (or 0x0C929E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 92 and 9E. RGB value is (12,146,158). Sum of RGB (Red+Green+Blue) = 12+146+158=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C929E is #F36D61. Grayscale: #6B6B6B. Windows color (decimal): -15953250 or 10392076. OLE color: 10392076.

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

Color convert

RGB12146158-
CMYK0.920.0800.38
HSL184.93º85.88%33.33%-
HSV(B)184.93º92.41%61.96%-
XYZ16.623.135.93-
YUV107.3156.6160.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 158 (62.11% from 255) = 50%
R=3.80%
G=46.20%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121461580.920.0800.38184.9385.8833.33
HexC929E5C8026b95621
Octal142222361341004627112641
Binary11001001001010011110101110010000100110101110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,158); }

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

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

 a { background-color: rgb(12,146,158); }

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

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

 span { border-color: rgb(12,146,158); }

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