Html Css Color HEX #002541 Tangaroa

📋 copy color: '#002541'

red 0 ◦ green 37 ◦ blue 65

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

Shades of Tangaroa #002541

Tints of Tangaroa #002541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 0%
G = 36.27%
B = 63.73%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002541 (or 0x002541) is known color: Tangaroa. HEX triplet: 00, 25 and 41. RGB value is (0,37,65). Sum of RGB (Red+Green+Blue) = 0+37+65=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #002541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002541 is #FFDABE. Grayscale: #1C1C1C. Windows color (decimal): -16767679 or 4269312. OLE color: 4269312.

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

Color convert

RGB 0 37 65 -
CMYK 1 0.43 0 0.75
HSL 205.85º 1% 0.13% -
HSV(B) 205.85º 1% 0.25% -
XYZ 1.62 1.7 5.24 -
YUV 29.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 0 37 65 1 0.43 0 0.75 205.85 1 0.13
Hex 0 25 41 64 2B 0 4B CE 64 D
Octal 0 45 101 144 53 0 113 316 144 15
Binary 0 100101 1000001 1100100 101011 0 1001011 11001110 1100100 1101

Color Harmonies of #002541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002541

Black with #002541

Text Example


Text Example

White with #002541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002541; }

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

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

background-color css

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

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

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

border-color css

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

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

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