Html Css Color HEX #051E40 Tangaroa

📋 copy color: '#051E40'

red 5 ◦ green 30 ◦ blue 64

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

Shades of Tangaroa #051E40

Tints of Tangaroa #051E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 64.65%

R = 5.05%
G = 30.3%
B = 64.65%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051E40 (or 0x051E40) is known color: Tangaroa. HEX triplet: 05, 1E and 40. RGB value is (5,30,64). Sum of RGB (Red+Green+Blue) = 5+30+64=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #051E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E40 is #FAE1BF. Grayscale: #1A1A1A. Windows color (decimal): -16441792 or 4201989. OLE color: 4201989.

HSL color Cylindrical-coordinate representation of color #051E40: hue angle of 214.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051E40 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 30 64 -
CMYK 0.92 0.53 0 0.75
HSL 214.58º 0.86% 0.14% -
HSV(B) 214.58º 0.92% 0.25% -
XYZ 1.45 1.33 5.03 -
YUV 26.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 5 30 64 0.92 0.53 0 0.75 214.58 0.86 0.14
Hex 5 1E 40 5C 35 0 4B D7 56 E
Octal 5 36 100 134 65 0 113 327 126 16
Binary 101 11110 1000000 1011100 110101 0 1001011 11010111 1010110 1110

Color Harmonies of #051E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E40

Black with #051E40

Text Example


Text Example

White with #051E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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