Html Css Color HEX #051F39 Tangaroa

📋 copy color: '#051F39'

red 5 ◦ green 31 ◦ blue 57

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

Shades of Tangaroa #051F39

Tints of Tangaroa #051F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 61.29%

R = 5.38%
G = 33.33%
B = 61.29%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051F39 (or 0x051F39) is known color: Tangaroa. HEX triplet: 05, 1F and 39. RGB value is (5,31,57). Sum of RGB (Red+Green+Blue) = 5+31+57=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #051F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F39 is #FAE0C6. Grayscale: #1A1A1A. Windows color (decimal): -16441543 or 3743493. OLE color: 3743493.

HSL color Cylindrical-coordinate representation of color #051F39: hue angle of 210º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051F39 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 31 57 -
CMYK 0.91 0.46 0 0.78
HSL 210º 0.84% 0.12% -
HSV(B) 210º 0.91% 0.22% -
XYZ 1.29 1.31 4.06 -
YUV 26.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 5 31 57 0.91 0.46 0 0.78 210 0.84 0.12
Hex 5 1F 39 5B 2E 0 4E D2 54 C
Octal 5 37 71 133 56 0 116 322 124 14
Binary 101 11111 111001 1011011 101110 0 1001110 11010010 1010100 1100

Color Harmonies of #051F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F39

Black with #051F39

Text Example


Text Example

White with #051F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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