Html Css Color HEX #012543 Tangaroa

📋 copy color: '#012543'

red 1 ◦ green 37 ◦ blue 67

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

Shades of Tangaroa #012543

Tints of Tangaroa #012543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.24%

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

R = 0.95%
G = 35.24%
B = 63.81%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012543 (or 0x012543) is known color: Tangaroa. HEX triplet: 01, 25 and 43. RGB value is (1,37,67). Sum of RGB (Red+Green+Blue) = 1+37+67=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #012543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012543 is #FEDABC. Grayscale: #1D1D1D. Windows color (decimal): -16702141 or 4400385. OLE color: 4400385.

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

Color convert

RGB 1 37 67 -
CMYK 0.99 0.45 0 0.74
HSL 207.27º 0.97% 0.13% -
HSV(B) 207.27º 0.99% 0.26% -
XYZ 1.69 1.73 5.56 -
YUV 29.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 1 37 67 0.99 0.45 0 0.74 207.27 0.97 0.13
Hex 1 25 43 63 2D 0 4A CF 61 D
Octal 1 45 103 143 55 0 112 317 141 15
Binary 1 100101 1000011 1100011 101101 0 1001010 11001111 1100001 1101

Color Harmonies of #012543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012543

Black with #012543

Text Example


Text Example

White with #012543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012543; }

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

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

background-color css

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

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

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

border-color css

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

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

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