Html Css Color HEX #10293A Tangaroa

📋 copy color: '#10293A'

red 16 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #10293A

Tints of Tangaroa #10293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50.43%

R = 13.91%
G = 35.65%
B = 50.43%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#10293A (or 0x10293A) is known color: Tangaroa. HEX triplet: 10, 29 and 3A. RGB value is (16,41,58). Sum of RGB (Red+Green+Blue) = 16+41+58=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #10293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293A is #EFD6C5. Grayscale: #232323. Windows color (decimal): -15718086 or 3811600. OLE color: 3811600.

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

Color convert

RGB 16 41 58 -
CMYK 0.72 0.29 0 0.77
HSL 204.29º 0.57% 0.15% -
HSV(B) 204.29º 0.72% 0.23% -
XYZ 1.77 2 4.3 -
YUV 35.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 16 41 58 0.72 0.29 0 0.77 204.29 0.57 0.15
Hex 10 29 3A 48 1D 0 4D CC 39 F
Octal 20 51 72 110 35 0 115 314 71 17
Binary 10000 101001 111010 1001000 11101 0 1001101 11001100 111001 1111

Color Harmonies of #10293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10293A

Black with #10293A

Text Example


Text Example

White with #10293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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