Html Css Color HEX #051F3B Tangaroa

📋 copy color: '#051F3B'

red 5 ◦ green 31 ◦ blue 59

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

Shades of Tangaroa #051F3B

Tints of Tangaroa #051F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 62.11%

R = 5.26%
G = 32.63%
B = 62.11%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#051F3B (or 0x051F3B) is known color: Tangaroa. HEX triplet: 05, 1F and 3B. RGB value is (5,31,59). Sum of RGB (Red+Green+Blue) = 5+31+59=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #051F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F3B is #FAE0C4. Grayscale: #1A1A1A. Windows color (decimal): -16441541 or 3874565. OLE color: 3874565.

HSL color Cylindrical-coordinate representation of color #051F3B: hue angle of 211.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051F3B is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 31 59 -
CMYK 0.92 0.47 0 0.77
HSL 211.11º 0.84% 0.13% -
HSV(B) 211.11º 0.92% 0.23% -
XYZ 1.34 1.33 4.32 -
YUV 26.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 5 31 59 0.92 0.47 0 0.77 211.11 0.84 0.13
Hex 5 1F 3B 5C 2F 0 4D D3 54 D
Octal 5 37 73 134 57 0 115 323 124 15
Binary 101 11111 111011 1011100 101111 0 1001101 11010011 1010100 1101

Color Harmonies of #051F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F3B

Black with #051F3B

Text Example


Text Example

White with #051F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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