Html Css Color HEX #012240 Tangaroa

📋 copy color: '#012240'

red 1 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #012240

Tints of Tangaroa #012240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34.34%

 BLUE value IS 64 (25.39% from 255) = 64.65%

R = 1.01%
G = 34.34%
B = 64.65%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012240 (or 0x012240) is known color: Tangaroa. HEX triplet: 01, 22 and 40. RGB value is (1,34,64). Sum of RGB (Red+Green+Blue) = 1+34+64=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #012240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012240 is #FEDDBF. Grayscale: #1B1B1B. Windows color (decimal): -16702912 or 4203009. OLE color: 4203009.

HSL color Cylindrical-coordinate representation of color #012240: hue angle of 208.57º 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 #012240 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 34 64 -
CMYK 0.98 0.47 0 0.75
HSL 208.57º 0.97% 0.13% -
HSV(B) 208.57º 0.98% 0.25% -
XYZ 1.51 1.52 5.06 -
YUV 27.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 1 34 64 0.98 0.47 0 0.75 208.57 0.97 0.13
Hex 1 22 40 62 2F 0 4B D1 61 D
Octal 1 42 100 142 57 0 113 321 141 15
Binary 1 100010 1000000 1100010 101111 0 1001011 11010001 1100001 1101

Color Harmonies of #012240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012240

Black with #012240

Text Example


Text Example

White with #012240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012240; }

 p { color: rgb(1,34,64); }

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

background-color css

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

 a { background-color: rgb(1,34,64); }

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

border-color css

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

 span { border-color: rgb(1,34,64); }

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