Html Css Color HEX #0A2449 Tangaroa

📋 copy color: '#0A2449'

red 10 ◦ green 36 ◦ blue 73

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

Shades of Tangaroa #0A2449

Tints of Tangaroa #0A2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 8.4%
G = 30.25%
B = 61.34%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A2449 (or 0x0A2449) is known color: Tangaroa. HEX triplet: 0A, 24 and 49. RGB value is (10,36,73). Sum of RGB (Red+Green+Blue) = 10+36+73=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A2449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2449 is #F5DBB6. Grayscale: #202020. Windows color (decimal): -16112567 or 4793354. OLE color: 4793354.

HSL color Cylindrical-coordinate representation of color #0A2449: hue angle of 215.24º 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 #0A2449 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 36 73 -
CMYK 0.86 0.51 0 0.71
HSL 215.24º 0.76% 0.16% -
HSV(B) 215.24º 0.86% 0.29% -
XYZ 1.96 1.81 6.55 -
YUV 32.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 10 36 73 0.86 0.51 0 0.71 215.24 0.76 0.16
Hex A 24 49 56 33 0 47 D7 4C 10
Octal 12 44 111 126 63 0 107 327 114 20
Binary 1010 100100 1001001 1010110 110011 0 1000111 11010111 1001100 10000

Color Harmonies of #0A2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2449

Black with #0A2449

Text Example


Text Example

White with #0A2449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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