#001B3D

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

Shades of Tangaroa #001B3D

Tints of Tangaroa #001B3D

Color information

#001B3D (or 0x001B3D) is unknown color: approx Tangaroa. HEX triplet: 00, 1B and 3D. RGB value is (0,27,61). Sum of RGB (Red+Green+Blue) = 0+27+61=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #001B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B3D is #FFE4C2. Grayscale: #161616. Windows color (decimal): -16770243 or 4004608. OLE color: 4004608.

HSL color Cylindrical-coordinate representation of color #001B3D: hue angle of 213.44º 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 #001B3D is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB02761-
CMYK10.5600.76
HSL213.44º100%11.96%-
HSV(B)213.44º100%23.92%-
XYZ1.231.124.57-
YUV22.8149.55111.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 61 (24.22% from 255) = 69.32%
R=0%
G=30.68%
B=69.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0276110.5600.76213.4410011.96
Hex01B3D643804Cd564c
Octal0337514470011432514414
Binary0110111111011100100111000010011001101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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