Html Css Color HEX #002639 Tangaroa

📋 copy color: '#002639'

red 0 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #002639

Tints of Tangaroa #002639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002639 (or 0x002639) is known color: Tangaroa. HEX triplet: 00, 26 and 39. RGB value is (0,38,57). Sum of RGB (Red+Green+Blue) = 0+38+57=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #002639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002639 is #FFD9C6. Grayscale: #1C1C1C. Windows color (decimal): -16767431 or 3745280. OLE color: 3745280.

HSL color Cylindrical-coordinate representation of color #002639: hue angle of 200º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002639 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 38 57 -
CMYK 1 0.33 0 0.78
HSL 200º 1% 0.11% -
HSV(B) 200º 1% 0.22% -
XYZ 1.43 1.68 4.12 -
YUV 28.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 0 38 57 1 0.33 0 0.78 200 1 0.11
Hex 0 26 39 64 21 0 4E C8 64 B
Octal 0 46 71 144 41 0 116 310 144 13
Binary 0 100110 111001 1100100 100001 0 1001110 11001000 1100100 1011

Color Harmonies of #002639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002639

Black with #002639

Text Example


Text Example

White with #002639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002639; }

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

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

background-color css

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

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

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

border-color css

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

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

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