Html Css Color HEX #0D8567 Deep Sea

📋 copy color: '#0D8567'

red 13 ◦ green 133 ◦ blue 103

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

Shades of Deep Sea #0D8567

Tints of Deep Sea #0D8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 5.22%
G = 53.41%
B = 41.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#0D8567 (or 0x0D8567) is known color: Deep Sea. HEX triplet: 0D, 85 and 67. RGB value is (13,133,103). Sum of RGB (Red+Green+Blue) = 13+133+103=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8567 is #F27A98. Grayscale: #5D5D5D. Windows color (decimal): -15891097 or 6784269. OLE color: 6784269.

HSL color Cylindrical-coordinate representation of color #0D8567: hue angle of 165º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8567 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 103 -
CMYK 0.90 0 0.23 0.48
HSL 165º 0.82% 0.29% -
HSV(B) 165º 0.9% 0.52% -
XYZ 11 17.84 15.7 -
YUV 93.7 133.24 70.44 -
System Red Green Blue C M Y K H S L
Decimal 13 133 103 0.90 0 0.23 0.48 165 0.82 0.29
Hex D 85 67 5A 0 17 30 A5 52 1D
Octal 15 205 147 132 0 27 60 245 122 35
Binary 1101 10000101 1100111 1011010 0 10111 110000 10100101 1010010 11101

Color Harmonies of #0D8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8567

Black with #0D8567

Text Example


Text Example

White with #0D8567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,103); }

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

background-color css

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

 a { background-color: rgb(13,133,103); }

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

border-color css

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

 span { border-color: rgb(13,133,103); }

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