#07233E

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

Shades of Tangaroa #07233E

Tints of Tangaroa #07233E

Color information

#07233E (or 0x07233E) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 3E. RGB value is (7,35,62). Sum of RGB (Red+Green+Blue) = 7+35+62=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #07233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07233E is #F8DCC1. Grayscale: #1D1D1D. Windows color (decimal): -16309442 or 4072199. OLE color: 4072199.

HSL color Cylindrical-coordinate representation of color #07233E: hue angle of 209.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07233E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB73562-
CMYK0.890.4400.76
HSL209.45º79.71%13.53%-
HSV(B)209.45º88.71%24.31%-
XYZ1.561.64.78-
YUV29.71146.22111.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 62 (24.61% from 255) = 59.62%
R=6.73%
G=33.65%
B=59.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal735620.890.4400.76209.4579.7113.53
Hex7233E592C04Cd150e
Octal7437613154011432112016
Binary1111000111111101011001101100010011001101000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07233E; }

 p { color: rgb(7,35,62); }

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

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

 a { background-color: rgb(7,35,62); }

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

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

 span { border-color: rgb(7,35,62); }

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