Html Css Color HEX #0C635E Blue Stone

📋 copy color: '#0C635E'

red 12 ◦ green 99 ◦ blue 94

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

Shades of Blue Stone #0C635E

Tints of Blue Stone #0C635E

RGB

 RED value IS 12 (5.08% from 255) = 5.85%

 GREEN value IS 99 (39.06% from 255) = 48.29%

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 5.85%
G = 48.29%
B = 45.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#0C635E (or 0x0C635E) is known color: Blue Stone. HEX triplet: 0C, 63 and 5E. RGB value is (12,99,94). Sum of RGB (Red+Green+Blue) = 12+99+94=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #0C635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C635E is #F39CA1. Grayscale: #484848. Windows color (decimal): -15965346 or 6185740. OLE color: 6185740.

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

Color convert

RGB 12 99 94 -
CMYK 0.88 0 0.05 0.61
HSL 176.55º 0.78% 0.22% -
HSV(B) 176.55º 0.88% 0.39% -
XYZ 6.63 9.81 12.13 -
YUV 72.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 12 99 94 0.88 0 0.05 0.61 176.55 0.78 0.22
Hex C 63 5E 58 0 5 3D B1 4E 16
Octal 14 143 136 130 0 5 75 261 116 26
Binary 1100 1100011 1011110 1011000 0 101 111101 10110001 1001110 10110

Color Harmonies of #0C635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C635E

Black with #0C635E

Text Example


Text Example

White with #0C635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C635E;
 }
 .AnyTagClassName
 {
   color: #0C635E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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