Html Css Color HEX #0C635C Blue Stone

📋 copy color: '#0C635C'

red 12 ◦ green 99 ◦ blue 92

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

Shades of Blue Stone #0C635C

Tints of Blue Stone #0C635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 5.91%
G = 48.77%
B = 45.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#0C635C (or 0x0C635C) is known color: Blue Stone. HEX triplet: 0C, 63 and 5C. RGB value is (12,99,92). Sum of RGB (Red+Green+Blue) = 12+99+92=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #0C635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C635C is #F39CA3. Grayscale: #484848. Windows color (decimal): -15965348 or 6054668. OLE color: 6054668.

HSL color Cylindrical-coordinate representation of color #0C635C: hue angle of 175.17º 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 #0C635C is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 92 -
CMYK 0.88 0 0.07 0.61
HSL 175.17º 0.78% 0.22% -
HSV(B) 175.17º 0.88% 0.39% -
XYZ 6.55 9.77 11.67 -
YUV 72.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 12 99 92 0.88 0 0.07 0.61 175.17 0.78 0.22
Hex C 63 5C 58 0 7 3D AF 4E 16
Octal 14 143 134 130 0 7 75 257 116 26
Binary 1100 1100011 1011100 1011000 0 111 111101 10101111 1001110 10110

Color Harmonies of #0C635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C635C

Black with #0C635C

Text Example


Text Example

White with #0C635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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