Html Css Color HEX #051F44 Tangaroa

📋 copy color: '#051F44'

red 5 ◦ green 31 ◦ blue 68

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

Shades of Tangaroa #051F44

Tints of Tangaroa #051F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.81%

 BLUE value IS 68 (26.95% from 255) = 65.38%

R = 4.81%
G = 29.81%
B = 65.38%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051F44 (or 0x051F44) is known color: Tangaroa. HEX triplet: 05, 1F and 44. RGB value is (5,31,68). Sum of RGB (Red+Green+Blue) = 5+31+68=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #051F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F44 is #FAE0BB. Grayscale: #1B1B1B. Windows color (decimal): -16441532 or 4464389. OLE color: 4464389.

HSL color Cylindrical-coordinate representation of color #051F44: hue angle of 215.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051F44 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 31 68 -
CMYK 0.93 0.54 0 0.73
HSL 215.24º 0.86% 0.14% -
HSV(B) 215.24º 0.93% 0.27% -
XYZ 1.6 1.43 5.66 -
YUV 27.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 5 31 68 0.93 0.54 0 0.73 215.24 0.86 0.14
Hex 5 1F 44 5D 36 0 49 D7 56 E
Octal 5 37 104 135 66 0 111 327 126 16
Binary 101 11111 1000100 1011101 110110 0 1001001 11010111 1010110 1110

Color Harmonies of #051F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F44

Black with #051F44

Text Example


Text Example

White with #051F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,31,68); }

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

background-color css

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

 a { background-color: rgb(5,31,68); }

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

border-color css

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

 span { border-color: rgb(5,31,68); }

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