#072038

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

Shades of Tangaroa #072038

Tints of Tangaroa #072038

Color information

#072038 (or 0x072038) is unknown color: approx Tangaroa. HEX triplet: 07, 20 and 38. RGB value is (7,32,56). Sum of RGB (Red+Green+Blue) = 7+32+56=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #072038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072038 is #F8DFC7. Grayscale: #1B1B1B. Windows color (decimal): -16310216 or 3678215. OLE color: 3678215.

HSL color Cylindrical-coordinate representation of color #072038: hue angle of 209.39º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072038 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73256-
CMYK0.880.4300.78
HSL209.39º77.78%12.35%-
HSV(B)209.39º87.5%21.96%-
XYZ1.321.363.94-
YUV27.26144.22113.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=7.37%
G=33.68%
B=58.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal732560.880.4300.78209.3977.7812.35
Hex72038582B04Ed14ec
Octal7407013053011632111614
Binary1111000001110001011000101011010011101101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072038; }

 p { color: rgb(7,32,56); }

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

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

 a { background-color: rgb(7,32,56); }

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

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

 span { border-color: rgb(7,32,56); }

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