Html Css Color HEX #0A2949 Tangaroa

📋 copy color: '#0A2949'

red 10 ◦ green 41 ◦ blue 73

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

Shades of Tangaroa #0A2949

Tints of Tangaroa #0A2949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 58.87%

R = 8.06%
G = 33.06%
B = 58.87%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A2949 (or 0x0A2949) is known color: Tangaroa. HEX triplet: 0A, 29 and 49. RGB value is (10,41,73). Sum of RGB (Red+Green+Blue) = 10+41+73=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A2949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2949 is #F5D6B6. Grayscale: #232323. Windows color (decimal): -16111287 or 4794634. OLE color: 4794634.

HSL color Cylindrical-coordinate representation of color #0A2949: hue angle of 210.48º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2949 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 41 73 -
CMYK 0.86 0.44 0 0.71
HSL 210.48º 0.76% 0.16% -
HSV(B) 210.48º 0.86% 0.29% -
XYZ 2.12 2.13 6.6 -
YUV 35.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 10 41 73 0.86 0.44 0 0.71 210.48 0.76 0.16
Hex A 29 49 56 2C 0 47 D2 4C 10
Octal 12 51 111 126 54 0 107 322 114 20
Binary 1010 101001 1001001 1010110 101100 0 1000111 11010010 1001100 10000

Color Harmonies of #0A2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2949

Black with #0A2949

Text Example


Text Example

White with #0A2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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