#07274B

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

Shades of Tangaroa #07274B

Tints of Tangaroa #07274B

Color information

#07274B (or 0x07274B) is unknown color: approx Tangaroa. HEX triplet: 07, 27 and 4B. RGB value is (7,39,75). Sum of RGB (Red+Green+Blue) = 7+39+75=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #07274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07274B is #F8D8B4. Grayscale: #212121. Windows color (decimal): -16308405 or 4925191. OLE color: 4925191.

HSL color Cylindrical-coordinate representation of color #07274B: hue angle of 211.76º 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 #07274B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73975-
CMYK0.910.4800.71
HSL211.76º82.93%16.08%-
HSV(B)211.76º90.67%29.41%-
XYZ2.0826.93-
YUV33.54151.4109.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=5.79%
G=32.23%
B=61.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739750.910.4800.71211.7682.9316.08
Hex7274B5B30047d45310
Octal74711313360010732412320
Binary111100111100101110110111100000100011111010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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