Html Css Color HEX #001E3B Tangaroa

📋 copy color: '#001E3B'

red 0 ◦ green 30 ◦ blue 59

#001E3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #001E3B

Tints of Tangaroa #001E3B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 33.71%

 BLUE value IS 59 (23.44% from 255) = 66.29%

R = 0%
G = 33.71%
B = 66.29%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#001E3B (or 0x001E3B) is known color: Tangaroa. HEX triplet: 00, 1E and 3B. RGB value is (0,30,59). Sum of RGB (Red+Green+Blue) = 0+30+59=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #001E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E3B is #FFE1C4. Grayscale: #181818. Windows color (decimal): -16769477 or 3874304. OLE color: 3874304.

HSL color Cylindrical-coordinate representation of color #001E3B: hue angle of 209.49º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E3B is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 30 59 -
CMYK 1 0.49 0 0.77
HSL 209.49º 1% 0.12% -
HSV(B) 209.49º 1% 0.23% -
XYZ 1.25 1.24 4.31 -
YUV 24.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 0 30 59 1 0.49 0 0.77 209.49 1 0.12
Hex 0 1E 3B 64 31 0 4D D1 64 C
Octal 0 36 73 144 61 0 115 321 144 14
Binary 0 11110 111011 1100100 110001 0 1001101 11010001 1100100 1100

Color Harmonies of #001E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E3B

Black with #001E3B

Text Example


Text Example

White with #001E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,30,59); }

 H1.HeaderClassName
 {
   color: #001E3B;
 }
 .AnyTagClassName
 {
   color: #001E3B;
 }
</style>

background-color css

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

 a { background-color: rgb(0,30,59); }

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

border-color css

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

 span { border-color: rgb(0,30,59); }

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