Html Css Color HEX #0A2448 Tangaroa

📋 copy color: '#0A2448'

red 10 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #0A2448

Tints of Tangaroa #0A2448

RGB

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

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

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

R = 8.47%
G = 30.51%
B = 61.02%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A2448 (or 0x0A2448) is known color: Tangaroa. HEX triplet: 0A, 24 and 48. RGB value is (10,36,72). Sum of RGB (Red+Green+Blue) = 10+36+72=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A2448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2448 is #F5DBB7. Grayscale: #202020. Windows color (decimal): -16112568 or 4727818. OLE color: 4727818.

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

Color convert

RGB 10 36 72 -
CMYK 0.86 0.5 0 0.72
HSL 214.84º 0.76% 0.16% -
HSV(B) 214.84º 0.86% 0.28% -
XYZ 1.93 1.79 6.38 -
YUV 32.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 10 36 72 0.86 0.5 0 0.72 214.84 0.76 0.16
Hex A 24 48 56 32 0 48 D7 4C 10
Octal 12 44 110 126 62 0 110 327 114 20
Binary 1010 100100 1001000 1010110 110010 0 1001000 11010111 1001100 10000

Color Harmonies of #0A2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2448

Black with #0A2448

Text Example


Text Example

White with #0A2448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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