#07274A

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

Shades of Tangaroa #07274A

Tints of Tangaroa #07274A

Color information

#07274A (or 0x07274A) is unknown color: approx Tangaroa. HEX triplet: 07, 27 and 4A. RGB value is (7,39,74). Sum of RGB (Red+Green+Blue) = 7+39+74=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #07274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07274A is #F8D8B5. Grayscale: #212121. Windows color (decimal): -16308406 or 4859655. OLE color: 4859655.

HSL color Cylindrical-coordinate representation of color #07274A: hue angle of 211.34º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07274A is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73974-
CMYK0.910.4700.71
HSL211.34º82.72%15.88%-
HSV(B)211.34º90.54%29.02%-
XYZ2.051.996.75-
YUV33.42150.9109.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 74 (29.30% from 255) = 61.67%
R=5.83%
G=32.5%
B=61.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739740.910.4700.71211.3482.7215.88
Hex7274A5B2F047d35310
Octal74711213357010732312320
Binary111100111100101010110111011110100011111010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07274A; }

 p { color: rgb(7,39,74); }

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

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

 a { background-color: rgb(7,39,74); }

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

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

 span { border-color: rgb(7,39,74); }

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