Html Css Color HEX #002540 Tangaroa

📋 copy color: '#002540'

red 0 ◦ green 37 ◦ blue 64

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

Shades of Tangaroa #002540

Tints of Tangaroa #002540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 36.63%

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

R = 0%
G = 36.63%
B = 63.37%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002540 (or 0x002540) is known color: Tangaroa. HEX triplet: 00, 25 and 40. RGB value is (0,37,64). Sum of RGB (Red+Green+Blue) = 0+37+64=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #002540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002540 is #FFDABF. Grayscale: #1C1C1C. Windows color (decimal): -16767680 or 4203776. OLE color: 4203776.

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

Color convert

RGB 0 37 64 -
CMYK 1 0.42 0 0.75
HSL 205.31º 1% 0.13% -
HSV(B) 205.31º 1% 0.25% -
XYZ 1.59 1.69 5.09 -
YUV 29.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 0 37 64 1 0.42 0 0.75 205.31 1 0.13
Hex 0 25 40 64 2A 0 4B CD 64 D
Octal 0 45 100 144 52 0 113 315 144 15
Binary 0 100101 1000000 1100100 101010 0 1001011 11001101 1100100 1101

Color Harmonies of #002540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002540

Black with #002540

Text Example


Text Example

White with #002540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002540; }

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

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

background-color css

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

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

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

border-color css

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

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

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