Html Css Color HEX #002943 Tangaroa

📋 copy color: '#002943'

red 0 ◦ green 41 ◦ blue 67

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

Shades of Tangaroa #002943

Tints of Tangaroa #002943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.96%

 BLUE value IS 67 (26.56% from 255) = 62.04%

R = 0%
G = 37.96%
B = 62.04%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002943 (or 0x002943) is known color: Tangaroa. HEX triplet: 00, 29 and 43. RGB value is (0,41,67). Sum of RGB (Red+Green+Blue) = 0+41+67=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #002943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002943 is #FFD6BC. Grayscale: #1F1F1F. Windows color (decimal): -16766653 or 4401408. OLE color: 4401408.

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

Color convert

RGB 0 41 67 -
CMYK 1 0.39 0 0.74
HSL 203.28º 1% 0.13% -
HSV(B) 203.28º 1% 0.26% -
XYZ 1.81 1.99 5.6 -
YUV 31.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 0 41 67 1 0.39 0 0.74 203.28 1 0.13
Hex 0 29 43 64 27 0 4A CB 64 D
Octal 0 51 103 144 47 0 112 313 144 15
Binary 0 101001 1000011 1100100 100111 0 1001010 11001011 1100100 1101

Color Harmonies of #002943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002943

Black with #002943

Text Example


Text Example

White with #002943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002943; }

 p { color: rgb(0,41,67); }

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

background-color css

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

 a { background-color: rgb(0,41,67); }

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

border-color css

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

 span { border-color: rgb(0,41,67); }

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