Html Css Color HEX #002641 Tangaroa

📋 copy color: '#002641'

red 0 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #002641

Tints of Tangaroa #002641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

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

R = 0%
G = 36.89%
B = 63.11%

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

#002641 (or 0x002641) is known color: Tangaroa. HEX triplet: 00, 26 and 41. RGB value is (0,38,65). Sum of RGB (Red+Green+Blue) = 0+38+65=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #002641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002641 is #FFD9BE. Grayscale: #1D1D1D. Windows color (decimal): -16767423 or 4269568. OLE color: 4269568.

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

Color convert

RGB 0 38 65 -
CMYK 1 0.42 0 0.75
HSL 204.92º 1% 0.13% -
HSV(B) 204.92º 1% 0.25% -
XYZ 1.65 1.77 5.26 -
YUV 29.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 0 38 65 1 0.42 0 0.75 204.92 1 0.13
Hex 0 26 41 64 2A 0 4B CD 64 D
Octal 0 46 101 144 52 0 113 315 144 15
Binary 0 100110 1000001 1100100 101010 0 1001011 11001101 1100100 1101

Color Harmonies of #002641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002641

Black with #002641

Text Example


Text Example

White with #002641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002641; }

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

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

background-color css

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

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

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

border-color css

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

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

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