Html Css Color HEX #051F45 Tangaroa

📋 copy color: '#051F45'

red 5 ◦ green 31 ◦ blue 69

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

Shades of Tangaroa #051F45

Tints of Tangaroa #051F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 65.71%

R = 4.76%
G = 29.52%
B = 65.71%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051F45 (or 0x051F45) is known color: Tangaroa. HEX triplet: 05, 1F and 45. RGB value is (5,31,69). Sum of RGB (Red+Green+Blue) = 5+31+69=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #051F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F45 is #FAE0BA. Grayscale: #1B1B1B. Windows color (decimal): -16441531 or 4529925. OLE color: 4529925.

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

Color convert

RGB 5 31 69 -
CMYK 0.93 0.55 0 0.73
HSL 215.63º 0.86% 0.15% -
HSV(B) 215.63º 0.93% 0.27% -
XYZ 1.63 1.44 5.82 -
YUV 27.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 5 31 69 0.93 0.55 0 0.73 215.63 0.86 0.15
Hex 5 1F 45 5D 37 0 49 D8 56 F
Octal 5 37 105 135 67 0 111 330 126 17
Binary 101 11111 1000101 1011101 110111 0 1001001 11011000 1010110 1111

Color Harmonies of #051F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F45

Black with #051F45

Text Example


Text Example

White with #051F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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