Html Css Color HEX #002441 Tangaroa

📋 copy color: '#002441'

red 0 ◦ green 36 ◦ blue 65

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

Shades of Tangaroa #002441

Tints of Tangaroa #002441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.64%

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

R = 0%
G = 35.64%
B = 64.36%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002441 (or 0x002441) is known color: Tangaroa. HEX triplet: 00, 24 and 41. RGB value is (0,36,65). Sum of RGB (Red+Green+Blue) = 0+36+65=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #002441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002441 is #FFDBBE. Grayscale: #1C1C1C. Windows color (decimal): -16767935 or 4269056. OLE color: 4269056.

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

Color convert

RGB 0 36 65 -
CMYK 1 0.45 0 0.75
HSL 206.77º 1% 0.13% -
HSV(B) 206.77º 1% 0.25% -
XYZ 1.59 1.64 5.23 -
YUV 28.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 0 36 65 1 0.45 0 0.75 206.77 1 0.13
Hex 0 24 41 64 2D 0 4B CF 64 D
Octal 0 44 101 144 55 0 113 317 144 15
Binary 0 100100 1000001 1100100 101101 0 1001011 11001111 1100100 1101

Color Harmonies of #002441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002441

Black with #002441

Text Example


Text Example

White with #002441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002441; }

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

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

background-color css

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

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

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

border-color css

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

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

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