#07233D

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

Shades of Tangaroa #07233D

Tints of Tangaroa #07233D

Color information

#07233D (or 0x07233D) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 3D. RGB value is (7,35,61). Sum of RGB (Red+Green+Blue) = 7+35+61=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #07233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07233D is #F8DCC2. Grayscale: #1D1D1D. Windows color (decimal): -16309443 or 4006663. OLE color: 4006663.

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

Color convert

RGB73561-
CMYK0.890.4300.76
HSL208.89º79.41%13.33%-
HSV(B)208.89º88.52%23.92%-
XYZ1.531.584.64-
YUV29.59145.72111.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 61 (24.22% from 255) = 59.22%
R=6.80%
G=33.98%
B=59.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal735610.890.4300.76208.8979.4113.33
Hex7233D592B04Cd14fd
Octal7437513153011432111715
Binary1111000111111011011001101011010011001101000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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