Html Css Color HEX #012845 Tangaroa

📋 copy color: '#012845'

red 1 ◦ green 40 ◦ blue 69

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

Shades of Tangaroa #012845

Tints of Tangaroa #012845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

 BLUE value IS 69 (27.34% from 255) = 62.73%

R = 0.91%
G = 36.36%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012845 (or 0x012845) is known color: Tangaroa. HEX triplet: 01, 28 and 45. RGB value is (1,40,69). Sum of RGB (Red+Green+Blue) = 1+40+69=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #012845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012845 is #FED7BA. Grayscale: #1F1F1F. Windows color (decimal): -16701371 or 4532225. OLE color: 4532225.

HSL color Cylindrical-coordinate representation of color #012845: hue angle of 205.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012845 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 40 69 -
CMYK 0.99 0.42 0 0.73
HSL 205.59º 0.97% 0.14% -
HSV(B) 205.59º 0.99% 0.27% -
XYZ 1.85 1.95 5.91 -
YUV 31.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 1 40 69 0.99 0.42 0 0.73 205.59 0.97 0.14
Hex 1 28 45 63 2A 0 49 CE 61 E
Octal 1 50 105 143 52 0 111 316 141 16
Binary 1 101000 1000101 1100011 101010 0 1001001 11001110 1100001 1110

Color Harmonies of #012845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012845

Black with #012845

Text Example


Text Example

White with #012845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012845; }

 p { color: rgb(1,40,69); }

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

background-color css

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

 a { background-color: rgb(1,40,69); }

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

border-color css

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

 span { border-color: rgb(1,40,69); }

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