Html Css Color HEX #051E39 Tangaroa

📋 copy color: '#051E39'

red 5 ◦ green 30 ◦ blue 57

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

Shades of Tangaroa #051E39

Tints of Tangaroa #051E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 32.61%

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

R = 5.43%
G = 32.61%
B = 61.96%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051E39 (or 0x051E39) is known color: Tangaroa. HEX triplet: 05, 1E and 39. RGB value is (5,30,57). Sum of RGB (Red+Green+Blue) = 5+30+57=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #051E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E39 is #FAE1C6. Grayscale: #191919. Windows color (decimal): -16441799 or 3743237. OLE color: 3743237.

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

Color convert

RGB 5 30 57 -
CMYK 0.91 0.47 0 0.78
HSL 211.15º 0.84% 0.12% -
HSV(B) 211.15º 0.91% 0.22% -
XYZ 1.27 1.26 4.05 -
YUV 25.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 5 30 57 0.91 0.47 0 0.78 211.15 0.84 0.12
Hex 5 1E 39 5B 2F 0 4E D3 54 C
Octal 5 36 71 133 57 0 116 323 124 14
Binary 101 11110 111001 1011011 101111 0 1001110 11010011 1010100 1100

Color Harmonies of #051E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E39

Black with #051E39

Text Example


Text Example

White with #051E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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