Html Css Color HEX #051C3B Tangaroa

📋 copy color: '#051C3B'

red 5 ◦ green 28 ◦ blue 59

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

Shades of Tangaroa #051C3B

Tints of Tangaroa #051C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 64.13%

R = 5.43%
G = 30.43%
B = 64.13%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#051C3B (or 0x051C3B) is known color: Tangaroa. HEX triplet: 05, 1C and 3B. RGB value is (5,28,59). Sum of RGB (Red+Green+Blue) = 5+28+59=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #051C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C3B is #FAE3C4. Grayscale: #181818. Windows color (decimal): -16442309 or 3873797. OLE color: 3873797.

HSL color Cylindrical-coordinate representation of color #051C3B: hue angle of 214.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051C3B is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 28 59 -
CMYK 0.92 0.53 0 0.77
HSL 214.44º 0.84% 0.13% -
HSV(B) 214.44º 0.92% 0.23% -
XYZ 1.27 1.18 4.3 -
YUV 24.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 5 28 59 0.92 0.53 0 0.77 214.44 0.84 0.13
Hex 5 1C 3B 5C 35 0 4D D6 54 D
Octal 5 34 73 134 65 0 115 326 124 15
Binary 101 11100 111011 1011100 110101 0 1001101 11010110 1010100 1101

Color Harmonies of #051C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C3B

Black with #051C3B

Text Example


Text Example

White with #051C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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