Html Css Color HEX #051D40 Tangaroa

📋 copy color: '#051D40'

red 5 ◦ green 29 ◦ blue 64

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

Shades of Tangaroa #051D40

Tints of Tangaroa #051D40

RGB

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

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

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

R = 5.1%
G = 29.59%
B = 65.31%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051D40 (or 0x051D40) is known color: Tangaroa. HEX triplet: 05, 1D and 40. RGB value is (5,29,64). Sum of RGB (Red+Green+Blue) = 5+29+64=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #051D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D40 is #FAE2BF. Grayscale: #191919. Windows color (decimal): -16442048 or 4201733. OLE color: 4201733.

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

Color convert

RGB 5 29 64 -
CMYK 0.92 0.55 0 0.75
HSL 215.59º 0.86% 0.14% -
HSV(B) 215.59º 0.92% 0.25% -
XYZ 1.43 1.28 5.02 -
YUV 25.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 5 29 64 0.92 0.55 0 0.75 215.59 0.86 0.14
Hex 5 1D 40 5C 37 0 4B D8 56 E
Octal 5 35 100 134 67 0 113 330 126 16
Binary 101 11101 1000000 1011100 110111 0 1001011 11011000 1010110 1110

Color Harmonies of #051D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D40

Black with #051D40

Text Example


Text Example

White with #051D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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