Html Css Color HEX #002644 Tangaroa

📋 copy color: '#002644'

red 0 ◦ green 38 ◦ blue 68

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

Shades of Tangaroa #002644

Tints of Tangaroa #002644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 64.15%

R = 0%
G = 35.85%
B = 64.15%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002644 (or 0x002644) is known color: Tangaroa. HEX triplet: 00, 26 and 44. RGB value is (0,38,68). Sum of RGB (Red+Green+Blue) = 0+38+68=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #002644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002644 is #FFD9BB. Grayscale: #1D1D1D. Windows color (decimal): -16767420 or 4466176. OLE color: 4466176.

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

Color convert

RGB 0 38 68 -
CMYK 1 0.44 0 0.73
HSL 206.47º 1% 0.13% -
HSV(B) 206.47º 1% 0.27% -
XYZ 1.74 1.8 5.73 -
YUV 30.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 0 38 68 1 0.44 0 0.73 206.47 1 0.13
Hex 0 26 44 64 2C 0 49 CE 64 D
Octal 0 46 104 144 54 0 111 316 144 15
Binary 0 100110 1000100 1100100 101100 0 1001001 11001110 1100100 1101

Color Harmonies of #002644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002644

Black with #002644

Text Example


Text Example

White with #002644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002644; }

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

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

background-color css

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

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

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

border-color css

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

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

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