Html Css Color HEX #001E40 Tangaroa

📋 copy color: '#001E40'

red 0 ◦ green 30 ◦ blue 64

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

Shades of Tangaroa #001E40

Tints of Tangaroa #001E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 0%
G = 31.91%
B = 68.09%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001E40 (or 0x001E40) is known color: Tangaroa. HEX triplet: 00, 1E and 40. RGB value is (0,30,64). Sum of RGB (Red+Green+Blue) = 0+30+64=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #001E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E40 is #FFE1BF. Grayscale: #181818. Windows color (decimal): -16769472 or 4201984. OLE color: 4201984.

HSL color Cylindrical-coordinate representation of color #001E40: hue angle of 211.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E40 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 30 64 -
CMYK 1 0.53 0 0.75
HSL 211.88º 1% 0.13% -
HSV(B) 211.88º 1% 0.25% -
XYZ 1.39 1.3 5.03 -
YUV 24.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 0 30 64 1 0.53 0 0.75 211.88 1 0.13
Hex 0 1E 40 64 35 0 4B D4 64 D
Octal 0 36 100 144 65 0 113 324 144 15
Binary 0 11110 1000000 1100100 110101 0 1001011 11010100 1100100 1101

Color Harmonies of #001E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E40

Black with #001E40

Text Example


Text Example

White with #001E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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