Html Css Color HEX #002740 Tangaroa

📋 copy color: '#002740'

red 0 ◦ green 39 ◦ blue 64

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

Shades of Tangaroa #002740

Tints of Tangaroa #002740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.86%

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 0%
G = 37.86%
B = 62.14%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002740 (or 0x002740) is known color: Tangaroa. HEX triplet: 00, 27 and 40. RGB value is (0,39,64). Sum of RGB (Red+Green+Blue) = 0+39+64=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #002740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002740 is #FFD8BF. Grayscale: #1E1E1E. Windows color (decimal): -16767168 or 4204288. OLE color: 4204288.

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

Color convert

RGB 0 39 64 -
CMYK 1 0.39 0 0.75
HSL 203.44º 1% 0.13% -
HSV(B) 203.44º 1% 0.25% -
XYZ 1.65 1.82 5.12 -
YUV 30.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 0 39 64 1 0.39 0 0.75 203.44 1 0.13
Hex 0 27 40 64 27 0 4B CB 64 D
Octal 0 47 100 144 47 0 113 313 144 15
Binary 0 100111 1000000 1100100 100111 0 1001011 11001011 1100100 1101

Color Harmonies of #002740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002740

Black with #002740

Text Example


Text Example

White with #002740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002740; }

 p { color: rgb(0,39,64); }

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

background-color css

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

 a { background-color: rgb(0,39,64); }

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

border-color css

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

 span { border-color: rgb(0,39,64); }

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