Html Css Color HEX #0D5B63 Blue Stone

📋 copy color: '#0D5B63'

red 13 ◦ green 91 ◦ blue 99

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

Shades of Blue Stone #0D5B63

Tints of Blue Stone #0D5B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.83%

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

R = 6.4%
G = 44.83%
B = 48.77%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0D5B63 (or 0x0D5B63) is known color: Blue Stone. HEX triplet: 0D, 5B and 63. RGB value is (13,91,99). Sum of RGB (Red+Green+Blue) = 13+91+99=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D5B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5B63 is #F2A49C. Grayscale: #444444. Windows color (decimal): -15901853 or 6511373. OLE color: 6511373.

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

Color convert

RGB 13 91 99 -
CMYK 0.87 0.08 0 0.61
HSL 185.58º 0.77% 0.22% -
HSV(B) 185.58º 0.87% 0.39% -
XYZ 6.16 8.47 13.11 -
YUV 68.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 13 91 99 0.87 0.08 0 0.61 185.58 0.77 0.22
Hex D 5B 63 57 8 0 3D BA 4D 16
Octal 15 133 143 127 10 0 75 272 115 26
Binary 1101 1011011 1100011 1010111 1000 0 111101 10111010 1001101 10110

Color Harmonies of #0D5B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5B63

Black with #0D5B63

Text Example


Text Example

White with #0D5B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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