Html Css Color HEX #011F38 Tangaroa

📋 copy color: '#011F38'

red 1 ◦ green 31 ◦ blue 56

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

Shades of Tangaroa #011F38

Tints of Tangaroa #011F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 63.64%

R = 1.14%
G = 35.23%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011F38 (or 0x011F38) is known color: Tangaroa. HEX triplet: 01, 1F and 38. RGB value is (1,31,56). Sum of RGB (Red+Green+Blue) = 1+31+56=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #011F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F38 is #FEE0C7. Grayscale: #181818. Windows color (decimal): -16703688 or 3677953. OLE color: 3677953.

HSL color Cylindrical-coordinate representation of color #011F38: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011F38 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 31 56 -
CMYK 0.98 0.45 0 0.78
HSL 207.27º 0.96% 0.11% -
HSV(B) 207.27º 0.98% 0.22% -
XYZ 1.22 1.27 3.92 -
YUV 24.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 1 31 56 0.98 0.45 0 0.78 207.27 0.96 0.11
Hex 1 1F 38 62 2D 0 4E CF 60 B
Octal 1 37 70 142 55 0 116 317 140 13
Binary 1 11111 111000 1100010 101101 0 1001110 11001111 1100000 1011

Color Harmonies of #011F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F38

Black with #011F38

Text Example


Text Example

White with #011F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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