Html Css Color HEX #012441 Tangaroa

📋 copy color: '#012441'

red 1 ◦ green 36 ◦ blue 65

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

Shades of Tangaroa #012441

Tints of Tangaroa #012441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.29%

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 0.98%
G = 35.29%
B = 63.73%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012441 (or 0x012441) is known color: Tangaroa. HEX triplet: 01, 24 and 41. RGB value is (1,36,65). Sum of RGB (Red+Green+Blue) = 1+36+65=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #012441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012441 is #FEDBBE. Grayscale: #1C1C1C. Windows color (decimal): -16702399 or 4269057. OLE color: 4269057.

HSL color Cylindrical-coordinate representation of color #012441: hue angle of 207.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012441 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 36 65 -
CMYK 0.98 0.45 0 0.75
HSL 207.19º 0.97% 0.13% -
HSV(B) 207.19º 0.98% 0.25% -
XYZ 1.6 1.65 5.24 -
YUV 28.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 1 36 65 0.98 0.45 0 0.75 207.19 0.97 0.13
Hex 1 24 41 62 2D 0 4B CF 61 D
Octal 1 44 101 142 55 0 113 317 141 15
Binary 1 100100 1000001 1100010 101101 0 1001011 11001111 1100001 1101

Color Harmonies of #012441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012441

Black with #012441

Text Example


Text Example

White with #012441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012441; }

 p { color: rgb(1,36,65); }

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

background-color css

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

 a { background-color: rgb(1,36,65); }

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

border-color css

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

 span { border-color: rgb(1,36,65); }

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