Html Css Color HEX #0D635E Blue Stone

📋 copy color: '#0D635E'

red 13 ◦ green 99 ◦ blue 94

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

Shades of Blue Stone #0D635E

Tints of Blue Stone #0D635E

RGB

 RED value IS 13 (5.47% from 255) = 6.31%

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

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

R = 6.31%
G = 48.06%
B = 45.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#0D635E (or 0x0D635E) is known color: Blue Stone. HEX triplet: 0D, 63 and 5E. RGB value is (13,99,94). Sum of RGB (Red+Green+Blue) = 13+99+94=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #0D635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D635E is #F29CA1. Grayscale: #484848. Windows color (decimal): -15899810 or 6185741. OLE color: 6185741.

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

Color convert

RGB 13 99 94 -
CMYK 0.87 0 0.05 0.61
HSL 176.51º 0.77% 0.22% -
HSV(B) 176.51º 0.87% 0.39% -
XYZ 6.65 9.82 12.13 -
YUV 72.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 13 99 94 0.87 0 0.05 0.61 176.51 0.77 0.22
Hex D 63 5E 57 0 5 3D B1 4D 16
Octal 15 143 136 127 0 5 75 261 115 26
Binary 1101 1100011 1011110 1010111 0 101 111101 10110001 1001101 10110

Color Harmonies of #0D635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D635E

Black with #0D635E

Text Example


Text Example

White with #0D635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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