#0C625E

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

Shades of Blue Stone #0C625E

Tints of Blue Stone #0C625E

Color information

#0C625E (or 0x0C625E) is unknown color: approx Blue Stone. HEX triplet: 0C, 62 and 5E. RGB value is (12,98,94). Sum of RGB (Red+Green+Blue) = 12+98+94=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #0C625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C625E is #F39DA1. Grayscale: #474747. Windows color (decimal): -15965602 or 6185484. OLE color: 6185484.

HSL color Cylindrical-coordinate representation of color #0C625E: hue angle of 177.21º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C625E is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB129894-
CMYK0.8800.040.62
HSL177.21º78.18%21.57%-
HSV(B)177.21º87.76%38.43%-
XYZ6.549.6212.1-
YUV71.83140.5185.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.88%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=5.88%
G=48.04%
B=46.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298940.8800.040.62177.2178.1821.57
HexC625E58043Eb14e16
Octal14142136130047626111626
Binary1100110001010111101011000010011111010110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,98,94); }

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

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

 a { background-color: rgb(12,98,94); }

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

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

 span { border-color: rgb(12,98,94); }

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