Html Css Color HEX #011F3D Tangaroa

📋 copy color: '#011F3D'

red 1 ◦ green 31 ◦ blue 61

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

Shades of Tangaroa #011F3D

Tints of Tangaroa #011F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 65.59%

R = 1.08%
G = 33.33%
B = 65.59%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#011F3D (or 0x011F3D) is known color: Tangaroa. HEX triplet: 01, 1F and 3D. RGB value is (1,31,61). Sum of RGB (Red+Green+Blue) = 1+31+61=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #011F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F3D is #FEE0C2. Grayscale: #191919. Windows color (decimal): -16703683 or 4005633. OLE color: 4005633.

HSL color Cylindrical-coordinate representation of color #011F3D: hue angle of 210º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011F3D is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 31 61 -
CMYK 0.98 0.49 0 0.76
HSL 210º 0.97% 0.12% -
HSV(B) 210º 0.98% 0.24% -
XYZ 1.34 1.32 4.6 -
YUV 25.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 1 31 61 0.98 0.49 0 0.76 210 0.97 0.12
Hex 1 1F 3D 62 31 0 4C D2 61 C
Octal 1 37 75 142 61 0 114 322 141 14
Binary 1 11111 111101 1100010 110001 0 1001100 11010010 1100001 1100

Color Harmonies of #011F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F3D

Black with #011F3D

Text Example


Text Example

White with #011F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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