#00193D

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

Shades of Tangaroa #00193D

Tints of Tangaroa #00193D

Color information

#00193D (or 0x00193D) is unknown color: approx Tangaroa. HEX triplet: 00, 19 and 3D. RGB value is (0,25,61). Sum of RGB (Red+Green+Blue) = 0+25+61=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #00193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00193D is #FFE6C2. Grayscale: #151515. Windows color (decimal): -16770755 or 4004096. OLE color: 4004096.

HSL color Cylindrical-coordinate representation of color #00193D: hue angle of 215.41º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00193D is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB02561-
CMYK10.5900.76
HSL215.41º100%11.96%-
HSV(B)215.41º100%23.92%-
XYZ1.191.034.55-
YUV21.63150.22112.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 61 (24.22% from 255) = 70.93%
R=0%
G=29.07%
B=70.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0256110.5900.76215.4110011.96
Hex0193D643B04Cd764c
Octal0317514473011432714414
Binary0110011111011100100111011010011001101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,25,61); }

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

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

 a { background-color: rgb(0,25,61); }

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

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

 span { border-color: rgb(0,25,61); }

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