#07283F

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

Shades of Tangaroa #07283F

Tints of Tangaroa #07283F

Color information

#07283F (or 0x07283F) is unknown color: approx Tangaroa. HEX triplet: 07, 28 and 3F. RGB value is (7,40,63). Sum of RGB (Red+Green+Blue) = 7+40+63=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #07283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07283F is #F8D7C0. Grayscale: #202020. Windows color (decimal): -16308161 or 4139015. OLE color: 4139015.

HSL color Cylindrical-coordinate representation of color #07283F: hue angle of 204.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07283F is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74063-
CMYK0.890.3700.75
HSL204.64º80%13.73%-
HSV(B)204.64º88.89%24.71%-
XYZ1.741.924.98-
YUV32.75145.07109.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 57.27%
R=6.36%
G=36.36%
B=57.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal740630.890.3700.75204.648013.73
Hex7283F592504Bcd50e
Octal7507713145011331512016
Binary1111010001111111011001100101010010111100110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07283F; }

 p { color: rgb(7,40,63); }

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

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

 a { background-color: rgb(7,40,63); }

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

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

 span { border-color: rgb(7,40,63); }

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