Html Css Color HEX #012743 Tangaroa

📋 copy color: '#012743'

red 1 ◦ green 39 ◦ blue 67

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

Shades of Tangaroa #012743

Tints of Tangaroa #012743

RGB

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

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

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

R = 0.93%
G = 36.45%
B = 62.62%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012743 (or 0x012743) is known color: Tangaroa. HEX triplet: 01, 27 and 43. RGB value is (1,39,67). Sum of RGB (Red+Green+Blue) = 1+39+67=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #012743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012743 is #FED8BC. Grayscale: #1E1E1E. Windows color (decimal): -16701629 or 4400897. OLE color: 4400897.

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

Color convert

RGB 1 39 67 -
CMYK 0.99 0.42 0 0.74
HSL 205.45º 0.97% 0.13% -
HSV(B) 205.45º 0.99% 0.26% -
XYZ 1.75 1.86 5.58 -
YUV 30.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 1 39 67 0.99 0.42 0 0.74 205.45 0.97 0.13
Hex 1 27 43 63 2A 0 4A CD 61 D
Octal 1 47 103 143 52 0 112 315 141 15
Binary 1 100111 1000011 1100011 101010 0 1001010 11001101 1100001 1101

Color Harmonies of #012743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012743

Black with #012743

Text Example


Text Example

White with #012743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012743; }

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

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

background-color css

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

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

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

border-color css

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

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

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