Html Css Color HEX #061C3A Tangaroa

📋 copy color: '#061C3A'

red 6 ◦ green 28 ◦ blue 58

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

Shades of Tangaroa #061C3A

Tints of Tangaroa #061C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 63.04%

R = 6.52%
G = 30.43%
B = 63.04%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#061C3A (or 0x061C3A) is known color: Tangaroa. HEX triplet: 06, 1C and 3A. RGB value is (6,28,58). Sum of RGB (Red+Green+Blue) = 6+28+58=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #061C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C3A is #F9E3C5. Grayscale: #181818. Windows color (decimal): -16376774 or 3808262. OLE color: 3808262.

HSL color Cylindrical-coordinate representation of color #061C3A: hue angle of 214.62º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061C3A is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 28 58 -
CMYK 0.90 0.52 0 0.77
HSL 214.62º 0.81% 0.13% -
HSV(B) 214.62º 0.9% 0.23% -
XYZ 1.25 1.17 4.16 -
YUV 24.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 6 28 58 0.90 0.52 0 0.77 214.62 0.81 0.13
Hex 6 1C 3A 5A 34 0 4D D7 51 D
Octal 6 34 72 132 64 0 115 327 121 15
Binary 110 11100 111010 1011010 110100 0 1001101 11010111 1010001 1101

Color Harmonies of #061C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C3A

Black with #061C3A

Text Example


Text Example

White with #061C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,58); }

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

background-color css

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

 a { background-color: rgb(6,28,58); }

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

border-color css

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

 span { border-color: rgb(6,28,58); }

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