Html Css Color HEX #002642 Tangaroa

📋 copy color: '#002642'

red 0 ◦ green 38 ◦ blue 66

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

Shades of Tangaroa #002642

Tints of Tangaroa #002642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 63.46%

R = 0%
G = 36.54%
B = 63.46%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002642 (or 0x002642) is known color: Tangaroa. HEX triplet: 00, 26 and 42. RGB value is (0,38,66). Sum of RGB (Red+Green+Blue) = 0+38+66=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #002642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002642 is #FFD9BD. Grayscale: #1D1D1D. Windows color (decimal): -16767422 or 4335104. OLE color: 4335104.

HSL color Cylindrical-coordinate representation of color #002642: hue angle of 205.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002642 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 38 66 -
CMYK 1 0.42 0 0.74
HSL 205.45º 1% 0.13% -
HSV(B) 205.45º 1% 0.26% -
XYZ 1.68 1.78 5.41 -
YUV 29.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 0 38 66 1 0.42 0 0.74 205.45 1 0.13
Hex 0 26 42 64 2A 0 4A CD 64 D
Octal 0 46 102 144 52 0 112 315 144 15
Binary 0 100110 1000010 1100100 101010 0 1001010 11001101 1100100 1101

Color Harmonies of #002642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002642

Black with #002642

Text Example


Text Example

White with #002642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002642; }

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

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

background-color css

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

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

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

border-color css

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

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

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