Html Css Color HEX #0C625E Blue Stone

📋 copy color: '#0C625E'

red 12 ◦ green 98 ◦ blue 94

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

Shades of Blue Stone #0C625E

Tints of Blue Stone #0C625E

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 value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#0C625E (or 0x0C625E) is known color: 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

RGB 12 98 94 -
CMYK 0.88 0 0.04 0.62
HSL 177.21º 0.78% 0.22% -
HSV(B) 177.21º 0.88% 0.38% -
XYZ 6.54 9.62 12.1 -
YUV 71.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 12 98 94 0.88 0 0.04 0.62 177.21 0.78 0.22
Hex C 62 5E 58 0 4 3E B1 4E 16
Octal 14 142 136 130 0 4 76 261 116 26
Binary 1100 1100010 1011110 1011000 0 100 111110 10110001 1001110 10110

Color Harmonies of #0C625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C625E

Black with #0C625E

Text Example


Text Example

White with #0C625E

Text Example


Text Example

HTML Codes & Css Web 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>