Html Css Color HEX #10293B Tangaroa

📋 copy color: '#10293B'

red 16 ◦ green 41 ◦ blue 59

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

Shades of Tangaroa #10293B

Tints of Tangaroa #10293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

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

R = 13.79%
G = 35.34%
B = 50.86%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#10293B (or 0x10293B) is known color: Tangaroa. HEX triplet: 10, 29 and 3B. RGB value is (16,41,59). Sum of RGB (Red+Green+Blue) = 16+41+59=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #10293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293B is #EFD6C4. Grayscale: #232323. Windows color (decimal): -15718085 or 3877136. OLE color: 3877136.

HSL color Cylindrical-coordinate representation of color #10293B: hue angle of 205.12º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10293B is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 16 41 59 -
CMYK 0.73 0.31 0 0.77
HSL 205.12º 0.57% 0.15% -
HSV(B) 205.12º 0.73% 0.23% -
XYZ 1.8 2.01 4.43 -
YUV 35.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 16 41 59 0.73 0.31 0 0.77 205.12 0.57 0.15
Hex 10 29 3B 49 1F 0 4D CD 39 F
Octal 20 51 73 111 37 0 115 315 71 17
Binary 10000 101001 111011 1001001 11111 0 1001101 11001101 111001 1111

Color Harmonies of #10293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10293B

Black with #10293B

Text Example


Text Example

White with #10293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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