#071C38

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

Shades of Tangaroa #071C38

Tints of Tangaroa #071C38

Color information

#071C38 (or 0x071C38) is unknown color: approx Tangaroa. HEX triplet: 07, 1C and 38. RGB value is (7,28,56). Sum of RGB (Red+Green+Blue) = 7+28+56=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #071C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C38 is #F8E3C7. Grayscale: #181818. Windows color (decimal): -16311240 or 3677191. OLE color: 3677191.

HSL color Cylindrical-coordinate representation of color #071C38: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071C38 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB72856-
CMYK0.880.5000.78
HSL214.29º77.78%12.35%-
HSV(B)214.29º87.5%21.96%-
XYZ1.221.163.9-
YUV24.91145.54115.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal728560.880.5000.78214.2977.7812.35
Hex71C38583204Ed64ec
Octal7347013062011632611614
Binary111111001110001011000110010010011101101011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C38; }

 p { color: rgb(7,28,56); }

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

<style>
 a { background-color: #071C38; }

 a { background-color: rgb(7,28,56); }

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

<style>
 span { border-color: #071C38; }

 span { border-color: rgb(7,28,56); }

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