#0C819E

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

Shades of Eastern Blue #0C819E

Tints of Eastern Blue #0C819E

Color information

#0C819E (or 0x0C819E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 81 and 9E. RGB value is (12,129,158). Sum of RGB (Red+Green+Blue) = 12+129+158=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C819E is #F37E61. Grayscale: #616161. Windows color (decimal): -15957602 or 10387724. OLE color: 10387724.

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

Color convert

RGB12129158-
CMYK0.920.1800.38
HSL191.92º85.88%33.33%-
HSV(B)191.92º92.41%61.96%-
XYZ14.1718.2535.12-
YUV97.32162.2467.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=4.01%
G=43.14%
B=52.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121291580.920.1800.38191.9285.8833.33
HexC819E5C12026c05621
Octal142012361342204630012641
Binary110010000001100111101011100100100100110110000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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