Html Css Color HEX #10413B Deep Teal

📋 copy color: '#10413B'

red 16 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #10413B

Tints of Deep Teal #10413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 11.43%
G = 46.43%
B = 42.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#10413B (or 0x10413B) is known color: Deep Teal. HEX triplet: 10, 41 and 3B. RGB value is (16,65,59). Sum of RGB (Red+Green+Blue) = 16+65+59=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #10413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413B is #EFBEC4. Grayscale: #313131. Windows color (decimal): -15711941 or 3883280. OLE color: 3883280.

HSL color Cylindrical-coordinate representation of color #10413B: hue angle of 172.65º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10413B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 59 -
CMYK 0.75 0 0.09 0.75
HSL 172.65º 0.6% 0.16% -
HSV(B) 172.65º 0.75% 0.25% -
XYZ 2.89 4.21 4.8 -
YUV 49.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 16 65 59 0.75 0 0.09 0.75 172.65 0.6 0.16
Hex 10 41 3B 4B 0 9 4B AD 3C 10
Octal 20 101 73 113 0 11 113 255 74 20
Binary 10000 1000001 111011 1001011 0 1001 1001011 10101101 111100 10000

Color Harmonies of #10413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10413B

Black with #10413B

Text Example


Text Example

White with #10413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10413B; }

 p { color: rgb(16,65,59); }

 H1.HeaderClassName
 {
   color: #10413B;
 }
 .AnyTagClassName
 {
   color: #10413B;
 }
</style>

background-color css

<style>
 a { background-color: #10413B; }

 a { background-color: rgb(16,65,59); }

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

border-color css

<style>
 span { border-color: #10413B; }

 span { border-color: rgb(16,65,59); }

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