Html Css Color HEX #051F46 Tangaroa

📋 copy color: '#051F46'

red 5 ◦ green 31 ◦ blue 70

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

Shades of Tangaroa #051F46

Tints of Tangaroa #051F46

RGB

 RED value IS 5 (2.34% from 255) = 4.72%

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

 BLUE value IS 70 (27.73% from 255) = 66.04%

R = 4.72%
G = 29.25%
B = 66.04%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051F46 (or 0x051F46) is known color: Tangaroa. HEX triplet: 05, 1F and 46. RGB value is (5,31,70). Sum of RGB (Red+Green+Blue) = 5+31+70=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #051F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F46 is #FAE0B9. Grayscale: #1B1B1B. Windows color (decimal): -16441530 or 4595461. OLE color: 4595461.

HSL color Cylindrical-coordinate representation of color #051F46: hue angle of 216º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051F46 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 31 70 -
CMYK 0.93 0.56 0 0.73
HSL 216º 0.87% 0.15% -
HSV(B) 216º 0.93% 0.27% -
XYZ 1.66 1.45 5.99 -
YUV 27.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 5 31 70 0.93 0.56 0 0.73 216 0.87 0.15
Hex 5 1F 46 5D 38 0 49 D8 57 F
Octal 5 37 106 135 70 0 111 330 127 17
Binary 101 11111 1000110 1011101 111000 0 1001001 11011000 1010111 1111

Color Harmonies of #051F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F46

Black with #051F46

Text Example


Text Example

White with #051F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F46; }

 p { color: rgb(5,31,70); }

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

background-color css

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

 a { background-color: rgb(5,31,70); }

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

border-color css

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

 span { border-color: rgb(5,31,70); }

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