Html Css Color HEX #012943 Tangaroa

📋 copy color: '#012943'

red 1 ◦ green 41 ◦ blue 67

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

Shades of Tangaroa #012943

Tints of Tangaroa #012943

RGB

 RED value IS 1 (0.78% from 255) = 0.92%

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

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

R = 0.92%
G = 37.61%
B = 61.47%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012943 (or 0x012943) is known color: Tangaroa. HEX triplet: 01, 29 and 43. RGB value is (1,41,67). Sum of RGB (Red+Green+Blue) = 1+41+67=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #012943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012943 is #FED6BC. Grayscale: #1F1F1F. Windows color (decimal): -16701117 or 4401409. OLE color: 4401409.

HSL color Cylindrical-coordinate representation of color #012943: hue angle of 203.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012943 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 41 67 -
CMYK 0.99 0.39 0 0.74
HSL 203.64º 0.97% 0.13% -
HSV(B) 203.64º 0.99% 0.26% -
XYZ 1.82 2 5.6 -
YUV 32 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 1 41 67 0.99 0.39 0 0.74 203.64 0.97 0.13
Hex 1 29 43 63 27 0 4A CC 61 D
Octal 1 51 103 143 47 0 112 314 141 15
Binary 1 101001 1000011 1100011 100111 0 1001010 11001100 1100001 1101

Color Harmonies of #012943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012943

Black with #012943

Text Example


Text Example

White with #012943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012943; }

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

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

background-color css

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

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

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

border-color css

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

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

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