#001838

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

Shades of Tangaroa #001838

Tints of Tangaroa #001838

Color information

#001838 (or 0x001838) is unknown color: approx Tangaroa. HEX triplet: 00, 18 and 38. RGB value is (0,24,56). Sum of RGB (Red+Green+Blue) = 0+24+56=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #001838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001838 is #FFE7C7. Grayscale: #141414. Windows color (decimal): -16771016 or 3676160. OLE color: 3676160.

HSL color Cylindrical-coordinate representation of color #001838: hue angle of 214.29º 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 #001838 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB02456-
CMYK10.5700.78
HSL214.29º100%10.98%-
HSV(B)214.29º100%21.96%-
XYZ1.040.943.87-
YUV20.47148.05113.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0245610.5700.78214.2910010.98
Hex01838643904Ed664b
Octal0307014471011632614413
Binary0110001110001100100111001010011101101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001838; }

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

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

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

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

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

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

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

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