Html Css Color HEX #051E37 Tangaroa

📋 copy color: '#051E37'

red 5 ◦ green 30 ◦ blue 55

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

Shades of Tangaroa #051E37

Tints of Tangaroa #051E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 61.11%

R = 5.56%
G = 33.33%
B = 61.11%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051E37 (or 0x051E37) is known color: Tangaroa. HEX triplet: 05, 1E and 37. RGB value is (5,30,55). Sum of RGB (Red+Green+Blue) = 5+30+55=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #051E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E37 is #FAE1C8. Grayscale: #191919. Windows color (decimal): -16441801 or 3612165. OLE color: 3612165.

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

Color convert

RGB 5 30 55 -
CMYK 0.91 0.45 0 0.78
HSL 210º 0.83% 0.12% -
HSV(B) 210º 0.91% 0.22% -
XYZ 1.22 1.24 3.79 -
YUV 25.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 5 30 55 0.91 0.45 0 0.78 210 0.83 0.12
Hex 5 1E 37 5B 2D 0 4E D2 53 C
Octal 5 36 67 133 55 0 116 322 123 14
Binary 101 11110 110111 1011011 101101 0 1001110 11010010 1010011 1100

Color Harmonies of #051E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E37

Black with #051E37

Text Example


Text Example

White with #051E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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