#07263D

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

Shades of Tangaroa #07263D

Tints of Tangaroa #07263D

Color information

#07263D (or 0x07263D) is unknown color: approx Tangaroa. HEX triplet: 07, 26 and 3D. RGB value is (7,38,61). Sum of RGB (Red+Green+Blue) = 7+38+61=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #07263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07263D is #F8D9C2. Grayscale: #1F1F1F. Windows color (decimal): -16308675 or 4007431. OLE color: 4007431.

HSL color Cylindrical-coordinate representation of color #07263D: hue angle of 205.56º 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 #07263D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB73861-
CMYK0.890.3800.76
HSL205.56º79.41%13.33%-
HSV(B)205.56º88.52%23.92%-
XYZ1.621.774.67-
YUV31.35144.73110.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 61 (24.22% from 255) = 57.55%
R=6.60%
G=35.85%
B=57.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal738610.890.3800.76205.5679.4113.33
Hex7263D592604Cce4fd
Octal7467513146011431611715
Binary1111001101111011011001100110010011001100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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