Html Css Color HEX #012643 Tangaroa

📋 copy color: '#012643'

red 1 ◦ green 38 ◦ blue 67

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

Shades of Tangaroa #012643

Tints of Tangaroa #012643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 63.21%

R = 0.94%
G = 35.85%
B = 63.21%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012643 (or 0x012643) is known color: Tangaroa. HEX triplet: 01, 26 and 43. RGB value is (1,38,67). Sum of RGB (Red+Green+Blue) = 1+38+67=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #012643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012643 is #FED9BC. Grayscale: #1E1E1E. Windows color (decimal): -16701885 or 4400641. OLE color: 4400641.

HSL color Cylindrical-coordinate representation of color #012643: hue angle of 206.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012643 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 38 67 -
CMYK 0.99 0.43 0 0.74
HSL 206.36º 0.97% 0.13% -
HSV(B) 206.36º 0.99% 0.26% -
XYZ 1.72 1.8 5.57 -
YUV 30.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 1 38 67 0.99 0.43 0 0.74 206.36 0.97 0.13
Hex 1 26 43 63 2B 0 4A CE 61 D
Octal 1 46 103 143 53 0 112 316 141 15
Binary 1 100110 1000011 1100011 101011 0 1001010 11001110 1100001 1101

Color Harmonies of #012643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012643

Black with #012643

Text Example


Text Example

White with #012643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012643; }

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

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

background-color css

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

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

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

border-color css

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

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

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