Html Css Color HEX #012440 Tangaroa

📋 copy color: '#012440'

red 1 ◦ green 36 ◦ blue 64

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

Shades of Tangaroa #012440

Tints of Tangaroa #012440

RGB

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

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

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

R = 0.99%
G = 35.64%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012440 (or 0x012440) is known color: Tangaroa. HEX triplet: 01, 24 and 40. RGB value is (1,36,64). Sum of RGB (Red+Green+Blue) = 1+36+64=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #012440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012440 is #FEDBBF. Grayscale: #1C1C1C. Windows color (decimal): -16702400 or 4203521. OLE color: 4203521.

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

Color convert

RGB 1 36 64 -
CMYK 0.98 0.44 0 0.75
HSL 206.67º 0.97% 0.13% -
HSV(B) 206.67º 0.98% 0.25% -
XYZ 1.57 1.64 5.08 -
YUV 28.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 1 36 64 0.98 0.44 0 0.75 206.67 0.97 0.13
Hex 1 24 40 62 2C 0 4B CF 61 D
Octal 1 44 100 142 54 0 113 317 141 15
Binary 1 100100 1000000 1100010 101100 0 1001011 11001111 1100001 1101

Color Harmonies of #012440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012440

Black with #012440

Text Example


Text Example

White with #012440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012440; }

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

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

background-color css

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

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

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

border-color css

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

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

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