Html Css Color HEX #012640 Tangaroa

📋 copy color: '#012640'

red 1 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #012640

Tints of Tangaroa #012640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

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

R = 0.97%
G = 36.89%
B = 62.14%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012640 (or 0x012640) is known color: Tangaroa. HEX triplet: 01, 26 and 40. RGB value is (1,38,64). Sum of RGB (Red+Green+Blue) = 1+38+64=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #012640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012640 is #FED9BF. Grayscale: #1D1D1D. Windows color (decimal): -16701888 or 4204033. OLE color: 4204033.

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

Color convert

RGB 1 38 64 -
CMYK 0.98 0.41 0 0.75
HSL 204.76º 0.97% 0.13% -
HSV(B) 204.76º 0.98% 0.25% -
XYZ 1.63 1.76 5.1 -
YUV 29.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 1 38 64 0.98 0.41 0 0.75 204.76 0.97 0.13
Hex 1 26 40 62 29 0 4B CD 61 D
Octal 1 46 100 142 51 0 113 315 141 15
Binary 1 100110 1000000 1100010 101001 0 1001011 11001101 1100001 1101

Color Harmonies of #012640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012640

Black with #012640

Text Example


Text Example

White with #012640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012640; }

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

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

background-color css

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

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

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

border-color css

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

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

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