Html Css Color HEX #0A293D Tangaroa

📋 copy color: '#0A293D'

red 10 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #0A293D

Tints of Tangaroa #0A293D

RGB

 RED value IS 10 (4.3% from 255) = 8.93%

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

 BLUE value IS 61 (24.22% from 255) = 54.46%

R = 8.93%
G = 36.61%
B = 54.46%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A293D (or 0x0A293D) is known color: Tangaroa. HEX triplet: 0A, 29 and 3D. RGB value is (10,41,61). Sum of RGB (Red+Green+Blue) = 10+41+61=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A293D is #F5D6C2. Grayscale: #212121. Windows color (decimal): -16111299 or 4008202. OLE color: 4008202.

HSL color Cylindrical-coordinate representation of color #0A293D: hue angle of 203.53º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A293D is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 41 61 -
CMYK 0.84 0.33 0 0.76
HSL 203.53º 0.72% 0.14% -
HSV(B) 203.53º 0.84% 0.24% -
XYZ 1.76 1.99 4.71 -
YUV 34.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 10 41 61 0.84 0.33 0 0.76 203.53 0.72 0.14
Hex A 29 3D 54 21 0 4C CC 48 E
Octal 12 51 75 124 41 0 114 314 110 16
Binary 1010 101001 111101 1010100 100001 0 1001100 11001100 1001000 1110

Color Harmonies of #0A293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A293D

Black with #0A293D

Text Example


Text Example

White with #0A293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,41,61); }

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

background-color css

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

 a { background-color: rgb(10,41,61); }

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

border-color css

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

 span { border-color: rgb(10,41,61); }

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