Html Css Color HEX #011F3C Tangaroa

📋 copy color: '#011F3C'

red 1 ◦ green 31 ◦ blue 60

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

Shades of Tangaroa #011F3C

Tints of Tangaroa #011F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 65.22%

R = 1.09%
G = 33.7%
B = 65.22%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#011F3C (or 0x011F3C) is known color: Tangaroa. HEX triplet: 01, 1F and 3C. RGB value is (1,31,60). Sum of RGB (Red+Green+Blue) = 1+31+60=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #011F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F3C is #FEE0C3. Grayscale: #191919. Windows color (decimal): -16703684 or 3940097. OLE color: 3940097.

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

Color convert

RGB 1 31 60 -
CMYK 0.98 0.48 0 0.76
HSL 209.49º 0.97% 0.12% -
HSV(B) 209.49º 0.98% 0.24% -
XYZ 1.32 1.31 4.46 -
YUV 25.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 1 31 60 0.98 0.48 0 0.76 209.49 0.97 0.12
Hex 1 1F 3C 62 30 0 4C D1 61 C
Octal 1 37 74 142 60 0 114 321 141 14
Binary 1 11111 111100 1100010 110000 0 1001100 11010001 1100001 1100

Color Harmonies of #011F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F3C

Black with #011F3C

Text Example


Text Example

White with #011F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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