Html Css Color HEX #0A2548 Tangaroa

📋 copy color: '#0A2548'

red 10 ◦ green 37 ◦ blue 72

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

Shades of Tangaroa #0A2548

Tints of Tangaroa #0A2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 72 (28.52% from 255) = 60.5%

R = 8.4%
G = 31.09%
B = 60.5%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A2548 (or 0x0A2548) is known color: Tangaroa. HEX triplet: 0A, 25 and 48. RGB value is (10,37,72). Sum of RGB (Red+Green+Blue) = 10+37+72=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A2548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2548 is #F5DAB7. Grayscale: #202020. Windows color (decimal): -16112312 or 4728074. OLE color: 4728074.

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

Color convert

RGB 10 37 72 -
CMYK 0.86 0.49 0 0.72
HSL 213.87º 0.76% 0.16% -
HSV(B) 213.87º 0.86% 0.28% -
XYZ 1.96 1.86 6.39 -
YUV 32.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 10 37 72 0.86 0.49 0 0.72 213.87 0.76 0.16
Hex A 25 48 56 31 0 48 D6 4C 10
Octal 12 45 110 126 61 0 110 326 114 20
Binary 1010 100101 1001000 1010110 110001 0 1001000 11010110 1001100 10000

Color Harmonies of #0A2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2548

Black with #0A2548

Text Example


Text Example

White with #0A2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,72); }

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

background-color css

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

 a { background-color: rgb(10,37,72); }

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

border-color css

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

 span { border-color: rgb(10,37,72); }

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