Html Css Color HEX #0D656A Blue Stone

📋 copy color: '#0D656A'

red 13 ◦ green 101 ◦ blue 106

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

Shades of Blue Stone #0D656A

Tints of Blue Stone #0D656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 5.91%
G = 45.91%
B = 48.18%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D656A (or 0x0D656A) is known color: Blue Stone. HEX triplet: 0D, 65 and 6A. RGB value is (13,101,106). Sum of RGB (Red+Green+Blue) = 13+101+106=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D656A is #F29A95. Grayscale: #4B4B4B. Windows color (decimal): -15899286 or 6972685. OLE color: 6972685.

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

Color convert

RGB 13 101 106 -
CMYK 0.88 0.05 0 0.58
HSL 183.23º 0.78% 0.23% -
HSV(B) 183.23º 0.88% 0.42% -
XYZ 7.42 10.43 15.26 -
YUV 75.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 13 101 106 0.88 0.05 0 0.58 183.23 0.78 0.23
Hex D 65 6A 58 5 0 3A B7 4E 17
Octal 15 145 152 130 5 0 72 267 116 27
Binary 1101 1100101 1101010 1011000 101 0 111010 10110111 1001110 10111

Color Harmonies of #0D656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D656A

Black with #0D656A

Text Example


Text Example

White with #0D656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,101,106); }

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

background-color css

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

 a { background-color: rgb(13,101,106); }

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

border-color css

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

 span { border-color: rgb(13,101,106); }

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