Html Css Color HEX #011F41 Tangaroa

📋 copy color: '#011F41'

red 1 ◦ green 31 ◦ blue 65

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

Shades of Tangaroa #011F41

Tints of Tangaroa #011F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.96%

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

R = 1.03%
G = 31.96%
B = 67.01%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011F41 (or 0x011F41) is known color: Tangaroa. HEX triplet: 01, 1F and 41. RGB value is (1,31,65). Sum of RGB (Red+Green+Blue) = 1+31+65=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #011F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F41 is #FEE0BE. Grayscale: #191919. Windows color (decimal): -16703679 or 4267777. OLE color: 4267777.

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

Color convert

RGB 1 31 65 -
CMYK 0.98 0.52 0 0.75
HSL 211.88º 0.97% 0.13% -
HSV(B) 211.88º 0.98% 0.25% -
XYZ 1.46 1.37 5.19 -
YUV 25.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 1 31 65 0.98 0.52 0 0.75 211.88 0.97 0.13
Hex 1 1F 41 62 34 0 4B D4 61 D
Octal 1 37 101 142 64 0 113 324 141 15
Binary 1 11111 1000001 1100010 110100 0 1001011 11010100 1100001 1101

Color Harmonies of #011F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F41

Black with #011F41

Text Example


Text Example

White with #011F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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