Html Css Color HEX #051D39 Tangaroa

📋 copy color: '#051D39'

red 5 ◦ green 29 ◦ blue 57

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

Shades of Tangaroa #051D39

Tints of Tangaroa #051D39

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.87%

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

R = 5.49%
G = 31.87%
B = 62.64%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051D39 (or 0x051D39) is known color: Tangaroa. HEX triplet: 05, 1D and 39. RGB value is (5,29,57). Sum of RGB (Red+Green+Blue) = 5+29+57=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #051D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D39 is #FAE2C6. Grayscale: #181818. Windows color (decimal): -16442055 or 3742981. OLE color: 3742981.

HSL color Cylindrical-coordinate representation of color #051D39: hue angle of 212.31º 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 #051D39 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 29 57 -
CMYK 0.91 0.49 0 0.78
HSL 212.31º 0.84% 0.12% -
HSV(B) 212.31º 0.91% 0.22% -
XYZ 1.24 1.21 4.04 -
YUV 25.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 5 29 57 0.91 0.49 0 0.78 212.31 0.84 0.12
Hex 5 1D 39 5B 31 0 4E D4 54 C
Octal 5 35 71 133 61 0 116 324 124 14
Binary 101 11101 111001 1011011 110001 0 1001110 11010100 1010100 1100

Color Harmonies of #051D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D39

Black with #051D39

Text Example


Text Example

White with #051D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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