Html Css Color HEX #002747 Tangaroa

📋 copy color: '#002747'

red 0 ◦ green 39 ◦ blue 71

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

Shades of Tangaroa #002747

Tints of Tangaroa #002747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 64.55%

R = 0%
G = 35.45%
B = 64.55%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002747 (or 0x002747) is known color: Tangaroa. HEX triplet: 00, 27 and 47. RGB value is (0,39,71). Sum of RGB (Red+Green+Blue) = 0+39+71=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #002747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002747 is #FFD8B8. Grayscale: #1E1E1E. Windows color (decimal): -16767161 or 4663040. OLE color: 4663040.

HSL color Cylindrical-coordinate representation of color #002747: hue angle of 207.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002747 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 39 71 -
CMYK 1 0.45 0 0.72
HSL 207.04º 1% 0.14% -
HSV(B) 207.04º 1% 0.28% -
XYZ 1.86 1.91 6.23 -
YUV 30.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 0 39 71 1 0.45 0 0.72 207.04 1 0.14
Hex 0 27 47 64 2D 0 48 CF 64 E
Octal 0 47 107 144 55 0 110 317 144 16
Binary 0 100111 1000111 1100100 101101 0 1001000 11001111 1100100 1110

Color Harmonies of #002747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002747

Black with #002747

Text Example


Text Example

White with #002747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002747; }

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

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

background-color css

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

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

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

border-color css

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

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

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