Html Css Color HEX #10745D Deep Sea

📋 copy color: '#10745D'

red 16 ◦ green 116 ◦ blue 93

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

Shades of Deep Sea #10745D

Tints of Deep Sea #10745D

RGB

 RED value IS 16 (6.64% from 255) = 7.11%

 GREEN value IS 116 (45.7% from 255) = 51.56%

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 7.11%
G = 51.56%
B = 41.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#10745D (or 0x10745D) is known color: Deep Sea. HEX triplet: 10, 74 and 5D. RGB value is (16,116,93). Sum of RGB (Red+Green+Blue) = 16+116+93=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #10745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10745D is #EF8BA2. Grayscale: #535353. Windows color (decimal): -15698851 or 6124560. OLE color: 6124560.

HSL color Cylindrical-coordinate representation of color #10745D: hue angle of 166.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10745D is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 93 -
CMYK 0.86 0 0.20 0.55
HSL 166.2º 0.76% 0.26% -
HSV(B) 166.2º 0.86% 0.45% -
XYZ 8.43 13.39 12.5 -
YUV 83.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 16 116 93 0.86 0 0.20 0.55 166.2 0.76 0.26
Hex 10 74 5D 56 0 14 37 A6 4C 1A
Octal 20 164 135 126 0 24 67 246 114 32
Binary 10000 1110100 1011101 1010110 0 10100 110111 10100110 1001100 11010

Color Harmonies of #10745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10745D

Black with #10745D

Text Example


Text Example

White with #10745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10745D; }

 p { color: rgb(16,116,93); }

 H1.HeaderClassName
 {
   color: #10745D;
 }
 .AnyTagClassName
 {
   color: #10745D;
 }
</style>

background-color css

<style>
 a { background-color: #10745D; }

 a { background-color: rgb(16,116,93); }

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

border-color css

<style>
 span { border-color: #10745D; }

 span { border-color: rgb(16,116,93); }

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