Html Css Color HEX #051E3B Tangaroa

📋 copy color: '#051E3B'

red 5 ◦ green 30 ◦ blue 59

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

Shades of Tangaroa #051E3B

Tints of Tangaroa #051E3B

RGB

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

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

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

R = 5.32%
G = 31.91%
B = 62.77%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#051E3B (or 0x051E3B) is known color: Tangaroa. HEX triplet: 05, 1E and 3B. RGB value is (5,30,59). Sum of RGB (Red+Green+Blue) = 5+30+59=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #051E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E3B is #FAE1C4. Grayscale: #191919. Windows color (decimal): -16441797 or 3874309. OLE color: 3874309.

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

Color convert

RGB 5 30 59 -
CMYK 0.92 0.49 0 0.77
HSL 212.22º 0.84% 0.13% -
HSV(B) 212.22º 0.92% 0.23% -
XYZ 1.32 1.28 4.31 -
YUV 25.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 5 30 59 0.92 0.49 0 0.77 212.22 0.84 0.13
Hex 5 1E 3B 5C 31 0 4D D4 54 D
Octal 5 36 73 134 61 0 115 324 124 15
Binary 101 11110 111011 1011100 110001 0 1001101 11010100 1010100 1101

Color Harmonies of #051E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E3B

Black with #051E3B

Text Example


Text Example

White with #051E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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