Html Css Color HEX #012143 Tangaroa

📋 copy color: '#012143'

red 1 ◦ green 33 ◦ blue 67

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

Shades of Tangaroa #012143

Tints of Tangaroa #012143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.67%

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

R = 0.99%
G = 32.67%
B = 66.34%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012143 (or 0x012143) is known color: Tangaroa. HEX triplet: 01, 21 and 43. RGB value is (1,33,67). Sum of RGB (Red+Green+Blue) = 1+33+67=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #012143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012143 is #FEDEBC. Grayscale: #1B1B1B. Windows color (decimal): -16703165 or 4399361. OLE color: 4399361.

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

Color convert

RGB 1 33 67 -
CMYK 0.99 0.51 0 0.74
HSL 210.91º 0.97% 0.13% -
HSV(B) 210.91º 0.99% 0.26% -
XYZ 1.57 1.5 5.52 -
YUV 27.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 1 33 67 0.99 0.51 0 0.74 210.91 0.97 0.13
Hex 1 21 43 63 33 0 4A D3 61 D
Octal 1 41 103 143 63 0 112 323 141 15
Binary 1 100001 1000011 1100011 110011 0 1001010 11010011 1100001 1101

Color Harmonies of #012143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012143

Black with #012143

Text Example


Text Example

White with #012143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012143; }

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

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

background-color css

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

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

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

border-color css

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

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

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