#001C38

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

Shades of Tangaroa #001C38

Tints of Tangaroa #001C38

Color information

#001C38 (or 0x001C38) is unknown color: approx Tangaroa. HEX triplet: 00, 1C and 38. RGB value is (0,28,56). Sum of RGB (Red+Green+Blue) = 0+28+56=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #001C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C38 is #FFE3C7. Grayscale: #161616. Windows color (decimal): -16769992 or 3677184. OLE color: 3677184.

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

Color convert

RGB02856-
CMYK10.5000.78
HSL210º100%10.98%-
HSV(B)210º100%21.96%-
XYZ1.131.123.9-
YUV22.82146.72111.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0285610.5000.7821010010.98
Hex01C38643204Ed264b
Octal0347014462011632214413
Binary0111001110001100100110010010011101101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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