Html Css Color HEX #051C37 Tangaroa

📋 copy color: '#051C37'

red 5 ◦ green 28 ◦ blue 55

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

Shades of Tangaroa #051C37

Tints of Tangaroa #051C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

 BLUE value IS 55 (21.88% from 255) = 62.5%

R = 5.68%
G = 31.82%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051C37 (or 0x051C37) is known color: Tangaroa. HEX triplet: 05, 1C and 37. RGB value is (5,28,55). Sum of RGB (Red+Green+Blue) = 5+28+55=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #051C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C37 is #FAE3C8. Grayscale: #181818. Windows color (decimal): -16442313 or 3611653. OLE color: 3611653.

HSL color Cylindrical-coordinate representation of color #051C37: hue angle of 212.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051C37 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 28 55 -
CMYK 0.91 0.49 0 0.78
HSL 212.4º 0.83% 0.12% -
HSV(B) 212.4º 0.91% 0.22% -
XYZ 1.17 1.14 3.77 -
YUV 24.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 5 28 55 0.91 0.49 0 0.78 212.4 0.83 0.12
Hex 5 1C 37 5B 31 0 4E D4 53 C
Octal 5 34 67 133 61 0 116 324 123 14
Binary 101 11100 110111 1011011 110001 0 1001110 11010100 1010011 1100

Color Harmonies of #051C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C37

Black with #051C37

Text Example


Text Example

White with #051C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,28,55); }

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

background-color css

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

 a { background-color: rgb(5,28,55); }

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

border-color css

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

 span { border-color: rgb(5,28,55); }

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