Html Css Color HEX #051E3F Tangaroa

📋 copy color: '#051E3F'

red 5 ◦ green 30 ◦ blue 63

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

Shades of Tangaroa #051E3F

Tints of Tangaroa #051E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 64.29%

R = 5.1%
G = 30.61%
B = 64.29%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051E3F (or 0x051E3F) is known color: Tangaroa. HEX triplet: 05, 1E and 3F. RGB value is (5,30,63). Sum of RGB (Red+Green+Blue) = 5+30+63=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #051E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E3F is #FAE1C0. Grayscale: #1A1A1A. Windows color (decimal): -16441793 or 4136453. OLE color: 4136453.

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

Color convert

RGB 5 30 63 -
CMYK 0.92 0.52 0 0.75
HSL 214.14º 0.85% 0.13% -
HSV(B) 214.14º 0.92% 0.25% -
XYZ 1.42 1.32 4.88 -
YUV 26.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 5 30 63 0.92 0.52 0 0.75 214.14 0.85 0.13
Hex 5 1E 3F 5C 34 0 4B D6 55 D
Octal 5 36 77 134 64 0 113 326 125 15
Binary 101 11110 111111 1011100 110100 0 1001011 11010110 1010101 1101

Color Harmonies of #051E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E3F

Black with #051E3F

Text Example


Text Example

White with #051E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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