Html Css Color HEX #012741 Tangaroa

📋 copy color: '#012741'

red 1 ◦ green 39 ◦ blue 65

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

Shades of Tangaroa #012741

Tints of Tangaroa #012741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.14%

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

R = 0.95%
G = 37.14%
B = 61.9%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012741 (or 0x012741) is known color: Tangaroa. HEX triplet: 01, 27 and 41. RGB value is (1,39,65). Sum of RGB (Red+Green+Blue) = 1+39+65=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #012741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012741 is #FED8BE. Grayscale: #1E1E1E. Windows color (decimal): -16701631 or 4269825. OLE color: 4269825.

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

Color convert

RGB 1 39 65 -
CMYK 0.98 0.40 0 0.75
HSL 204.38º 0.97% 0.13% -
HSV(B) 204.38º 0.98% 0.25% -
XYZ 1.69 1.84 5.27 -
YUV 30.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 1 39 65 0.98 0.40 0 0.75 204.38 0.97 0.13
Hex 1 27 41 62 28 0 4B CC 61 D
Octal 1 47 101 142 50 0 113 314 141 15
Binary 1 100111 1000001 1100010 101000 0 1001011 11001100 1100001 1101

Color Harmonies of #012741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012741

Black with #012741

Text Example


Text Example

White with #012741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012741; }

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

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

background-color css

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

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

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

border-color css

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

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

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