#072248

Color #072248 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #072248

Tints of Tangaroa #072248

Color information

#072248 (or 0x072248) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 48. RGB value is (7,34,72). Sum of RGB (Red+Green+Blue) = 7+34+72=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #072248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072248 is #F8DDB7. Grayscale: #1E1E1E. Windows color (decimal): -16309688 or 4727303. OLE color: 4727303.

HSL color Cylindrical-coordinate representation of color #072248: hue angle of 215.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072248 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB73472-
CMYK0.900.5300.72
HSL215.08º82.28%15.49%-
HSV(B)215.08º90.28%28.24%-
XYZ1.831.666.35-
YUV30.26151.55111.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=6.19%
G=30.09%
B=63.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal734720.900.5300.72215.0882.2815.49
Hex722485A35048d752f
Octal74211013265011032712217
Binary11110001010010001011010110101010010001101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072248; }

 p { color: rgb(7,34,72); }

 H1.HeaderClassName
 {
   color: #072248;
 }
 .AnyTagClassName
 {
   color: #072248;
 }
</style>
background-color css

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

 a { background-color: rgb(7,34,72); }

 div.DivClassName
 {
   background-color: #072248;
 }
 .BgClassName
 {
   background-color: #072248;
 }
</style>
border-color css

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

 span { border-color: rgb(7,34,72); }

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