Html Css Color HEX #051B39 Tangaroa

📋 copy color: '#051B39'

red 5 ◦ green 27 ◦ blue 57

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

Shades of Tangaroa #051B39

Tints of Tangaroa #051B39

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.34%

 BLUE value IS 57 (22.66% from 255) = 64.04%

R = 5.62%
G = 30.34%
B = 64.04%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051B39 (or 0x051B39) is known color: Tangaroa. HEX triplet: 05, 1B and 39. RGB value is (5,27,57). Sum of RGB (Red+Green+Blue) = 5+27+57=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #051B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B39 is #FAE4C6. Grayscale: #171717. Windows color (decimal): -16442567 or 3742469. OLE color: 3742469.

HSL color Cylindrical-coordinate representation of color #051B39: hue angle of 214.62º degrees, saturation: 0.84, 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 #051B39 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 27 57 -
CMYK 0.91 0.53 0 0.78
HSL 214.62º 0.84% 0.12% -
HSV(B) 214.62º 0.91% 0.22% -
XYZ 1.19 1.11 4.02 -
YUV 23.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 5 27 57 0.91 0.53 0 0.78 214.62 0.84 0.12
Hex 5 1B 39 5B 35 0 4E D7 54 C
Octal 5 33 71 133 65 0 116 327 124 14
Binary 101 11011 111001 1011011 110101 0 1001110 11010111 1010100 1100

Color Harmonies of #051B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B39

Black with #051B39

Text Example


Text Example

White with #051B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,57); }

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

background-color css

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

 a { background-color: rgb(5,27,57); }

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

border-color css

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

 span { border-color: rgb(5,27,57); }

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