Html Css Color HEX #061D39 Tangaroa

📋 copy color: '#061D39'

red 6 ◦ green 29 ◦ blue 57

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

Shades of Tangaroa #061D39

Tints of Tangaroa #061D39

RGB

 RED value IS 6 (2.73% from 255) = 6.52%

 GREEN value IS 29 (11.72% from 255) = 31.52%

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

R = 6.52%
G = 31.52%
B = 61.96%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#061D39 (or 0x061D39) is known color: Tangaroa. HEX triplet: 06, 1D and 39. RGB value is (6,29,57). Sum of RGB (Red+Green+Blue) = 6+29+57=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #061D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D39 is #F9E2C6. Grayscale: #191919. Windows color (decimal): -16376519 or 3742982. OLE color: 3742982.

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

Color convert

RGB 6 29 57 -
CMYK 0.89 0.49 0 0.78
HSL 212.94º 0.81% 0.12% -
HSV(B) 212.94º 0.89% 0.22% -
XYZ 1.25 1.21 4.04 -
YUV 25.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 6 29 57 0.89 0.49 0 0.78 212.94 0.81 0.12
Hex 6 1D 39 59 31 0 4E D5 51 C
Octal 6 35 71 131 61 0 116 325 121 14
Binary 110 11101 111001 1011001 110001 0 1001110 11010101 1010001 1100

Color Harmonies of #061D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061D39

Black with #061D39

Text Example


Text Example

White with #061D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061D39; }

 p { color: rgb(6,29,57); }

 H1.HeaderClassName
 {
   color: #061D39;
 }
 .AnyTagClassName
 {
   color: #061D39;
 }
</style>

background-color css

<style>
 a { background-color: #061D39; }

 a { background-color: rgb(6,29,57); }

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

border-color css

<style>
 span { border-color: #061D39; }

 span { border-color: rgb(6,29,57); }

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